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 | |
| parent | f526153199c34ad4d66630fbae9791e9a8409833 (diff) | |
made the ops command bolden the channel it was called for
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/commands.xml | 2 | ||||
| -rw-r--r-- | 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'); ]]> </command> <command cmd="^;re(load|hash) exempts" flag="a"> 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 @@ <person id="richih" flags="hodat" host="freenode/staff/richih" /> <person id="seanw" flags="hodat" host="freenode/staff-emeritus/wikimedia.sean-whitton" /> <person id="st47" flags="someguythatfiddleswiththebot" host="IDENTIFY" /> - <person id="thehelpfulone" flags="ht" host="wikimedia/Thehelpfulone" /> - <person id="tho|away" flags="ht" host="IDENTIFY" /> + <person id="thehelpfulone" flags="oath" host="wikimedia/Thehelpfulone" /> + <person id="tho|away" flags="oath" host="IDENTIFY" /> <person id="tomaw" flags="hodat" host="freenode/staff/tomaw" /> <person id="troubled" flags="hodat" host="IDENTIFY" /> <person id="vorian" flags="hodat" host="freenode/staff/vorian" /> |
