summaryrefslogtreecommitdiff
path: root/modules/commands/cs_log.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-09-30 20:40:42 +0200
committerAdam <Adam@anope.org>2013-10-05 00:33:02 -0400
commitba5a3f5f00609a5d82abd9e255dc93ee44d0e8f4 (patch)
tree4af9c6014a53eec8d218b40e958db73e7273861b /modules/commands/cs_log.cpp
parent7b6c08b53a3ee5339aeeebd04892d6c9a1de5465 (diff)
Don't explicitly reference services nicks.
os_forbid: If NickServ is available, have it send the forbid reason instead of OperServ.
Diffstat (limited to 'modules/commands/cs_log.cpp')
-rw-r--r--modules/commands/cs_log.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
};