diff options
Diffstat (limited to 'modules/chanserv/cs_topic.cpp')
-rw-r--r-- | modules/chanserv/cs_topic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_topic.cpp b/modules/chanserv/cs_topic.cpp index e1aa98e99..fd5d61b2d 100644 --- a/modules/chanserv/cs_topic.cpp +++ b/modules/chanserv/cs_topic.cpp @@ -75,7 +75,7 @@ public: "last user leaves the channel, and will be restored the " "next time the channel is created." ), - source.command.c_str(), + source.command.nobreak().c_str(), source.service->nick.c_str()); return true; } |