diff options
Diffstat (limited to 'modules/chanserv/cs_log.cpp')
-rw-r--r-- | modules/chanserv/cs_log.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/chanserv/cs_log.cpp b/modules/chanserv/cs_log.cpp index f50cbf517..b33a1bf44 100644 --- a/modules/chanserv/cs_log.cpp +++ b/modules/chanserv/cs_log.cpp @@ -292,8 +292,8 @@ public: " Would message any channel operators whenever someone used the " "ACCESS command on ChanServ on the channel." ), - source.command.upper().c_str(), - source.command.upper().c_str()); + source.command.nobreak().c_str(), + source.command.nobreak().c_str()); return true; } |