From ba5a3f5f00609a5d82abd9e255dc93ee44d0e8f4 Mon Sep 17 00:00:00 2001 From: Robby- Date: Mon, 30 Sep 2013 20:40:42 +0200 Subject: Don't explicitly reference services nicks. os_forbid: If NickServ is available, have it send the forbid reason instead of OperServ. --- modules/commands/cs_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_log.cpp') diff --git a/modules/commands/cs_log.cpp b/modules/commands/cs_log.cpp index cca0d19de..ef8bcc521 100644 --- a/modules/commands/cs_log.cpp +++ b/modules/commands/cs_log.cpp @@ -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; } }; -- cgit