Changeset 49 for irssi-scripts/trunk


Ignore:
Timestamp:
May 28, 2008, 6:58:15 AM (16 years ago)
Author:
simon
Message:
  • Fix hilight format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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');
Note: See TracChangeset for help on using the changeset viewer.