Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:*:%favchans1:{
- {
- aline $iif($chan == $active,-p,-ph) @favchans1 $timestamp $($+(12[,$cnick($chan).color,$chan,12:,$cnick($nick).color,$nick,12]07:,$cnick($chan).color),2) $1-
- if(chan != $active) {
- window -g2 @favchans1
- }
- }
- }
- on ^*:text:*:#:{
- if ($cnick($nick).color == $color(normal text)) {
- .cnick $nick $gettok(%colors,$calc(%currentcolor),32)
- if (%currentcolor == $gettok(%colors,0,32)) {
- set %currentcolor 1
- }
- else {
- inc %currentcolor
- }
- }
- if ( # isin $chan ) {
- if ($cnick($chan).color == $color(normal text)) {
- ;; keeps gettign error /cnick: insufficient parameters (line 21, remote.ini)
- .cnick $chan $gettok(%chancolors,$calc(%currentcolorchan),32)
- if (%currentcolorchan == $gettok(%chancolors ,0,32)) {
- set %currentcolorchan 1
- }
- else {
- inc %currentcolorchan
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement