diff options
Diffstat (limited to 'modules/chanserv/cs_mode.cpp')
-rw-r--r-- | modules/chanserv/cs_mode.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/chanserv/cs_mode.cpp b/modules/chanserv/cs_mode.cpp index eebc830c6..f7f417d28 100644 --- a/modules/chanserv/cs_mode.cpp +++ b/modules/chanserv/cs_mode.cpp @@ -800,9 +800,9 @@ public: "any mode name. Examples include bans, excepts, inviteoverrides, ops, halfops, and voices. If \037what\037 " "is not given then all basic modes are removed." ), - source.command.upper().c_str(), - source.command.upper().c_str(), - source.command.upper().c_str()); + source.command.nobreak().c_str(), + source.command.nobreak().c_str(), + source.command.nobreak().c_str()); return true; } }; |