Changeset 49

Show
Ignore:
Timestamp:
28/05/08 06:58:15 (7 months ago)
Author:
simon
Message:
  • Fix hilight format.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • irssi-scripts/trunk/greynick.pl

    r48 r49  
    5656        $server->command('/^format pubmsg %K{pubmsgnick $2 {pubnick %K$0}}$1'); 
    5757        $server->command('/^format pubmsg_me %K{pubmsgmenick $2 {menick %y$0}}$1'); 
    58         $server->command('/^format pubmsg_hilight %K{pubmsghinick $0 $3 %y$0}$2'); 
     58        $server->command('/^format pubmsg_hilight %K{pubmsghinick $0 $3 %y$1}$2'); 
    5959    } else { 
    6060        $server->command('/^format -reset pubmsg');