From b81a98e949f375e066c88406ca9626a391244323 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Mon, 22 Dec 2008 21:11:59 +0000 Subject: made the ops command bolden the channel it was called for --- config-default/commands.xml | 2 +- config-default/users.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 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'); ]]> diff --git a/config-default/users.xml b/config-default/users.xml index e4a9e9a..283e722 100644 --- a/config-default/users.xml +++ b/config-default/users.xml @@ -16,8 +16,8 @@ - - + + -- cgit v1.2.3