diff options
Diffstat (limited to 'modules/commands/cs_log.cpp')
-rw-r--r-- | modules/commands/cs_log.cpp | 2 |
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; } }; |