Difference between revisions of "Userlist color"
m (Created page with '{{notice|This is currently from the blog. At current time, no time to edit to become support article. As such, probably not too useful as a wiki article. Clean up required.}} …') |
m (Removing blog parts.) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{notice|This is currently from the blog. At current time, no time to edit to become support article. As such, probably not too useful as a wiki article. Clean up required.}} | {{notice|This is currently from the blog. At current time, no time to edit to become support article. As such, probably not too useful as a wiki article. Clean up required.}} | ||
− | + | In widgets, it is possible to have each nick that joins be a different color. To do so, two URI parameters must be used. | |
− | + | #ciUserListColorNormal=true | |
+ | #csUserListColorNormal=%23<hex color> | ||
− | + | The first one tells Mibbit to enable nick colors, the second tells it what color for the connection. The fully formed URI would look something like this: <nowiki>http://widget.mibbit.com?&server=irc.mibbit.net&channel=%23mibbit&ciUserListColorNormal=true&csUserListColorNormal=%23ff0000</nowiki> | |
− | |||
− | |||
− | + | [[Category:Widget]][[Category:Uri parameters]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:44, 5 September 2010
This is currently from the blog. At current time, no time to edit to become support article. As such, probably not too useful as a wiki article. Clean up required. |
In widgets, it is possible to have each nick that joins be a different color. To do so, two URI parameters must be used.
- ciUserListColorNormal=true
- csUserListColorNormal=%23<hex color>
The first one tells Mibbit to enable nick colors, the second tells it what color for the connection. The fully formed URI would look something like this: http://widget.mibbit.com?&server=irc.mibbit.net&channel=%23mibbit&ciUserListColorNormal=true&csUserListColorNormal=%23ff0000