1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 05:53:13 +02:00

Don't explicitly reference services nicks.

os_forbid: If NickServ is available, have it send the forbid reason instead of OperServ.
This commit is contained in:
Robby-
2013-09-30 20:40:42 +02:00
committed by Adam
parent 7b6c08b53a
commit ba5a3f5f00
6 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ public:
" %s #anope chanserv/access MESSAGE @%\n"
" Would message any channel operators whenever someone used the\n"
" ACCESS command on ChanServ on the channel."),
source.command.c_str(), source.command.c_str());
source.command.upper().c_str(), source.command.upper().c_str());
return true;
}
};