diff options
| author | 2008-12-22 21:11:59 +0000 | |
|---|---|---|
| committer | 2008-12-22 21:11:59 +0000 | |
| commit | b81a98e949f375e066c88406ca9626a391244323 (patch) | |
| tree | 19eae6b4dec96af3beeaca53193d4452c92f6955 /config-default/commands.xml | |
| parent | f526153199c34ad4d66630fbae9791e9a8409833 (diff) | |
made the ops command bolden the channel it was called for
Diffstat (limited to 'config-default/commands.xml')
| -rw-r--r-- | config-default/commands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml index 0bc7f8e..499b931 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -260,7 +260,7 @@ my $msg = $1; $msg = $2 if defined($2); my $hilite=ASM::Util->commaAndify(ASM::Util->getAlert($tgt, 'opalert', 'hilights')); - $conn->privmsg($_, "[$tgt] - $event->{nick} wants op attention ($msg) $hilite") foreach ASM::Util->getAlert($tgt, 'opalert', 'msgs'); + $conn->privmsg($_, "[\x02$tgt\x02] - $event->{nick} wants op attention ($msg) $hilite") foreach ASM::Util->getAlert($tgt, 'opalert', 'msgs'); ]]> </command> <command cmd="^;re(load|hash) exempts" flag="a"> |
