diff options
| -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" /> |
