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:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user