diff options
Diffstat (limited to 'modules/chanserv/cs_seen.cpp')
-rw-r--r-- | modules/chanserv/cs_seen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_seen.cpp b/modules/chanserv/cs_seen.cpp index 31c5e6b88..ec90206e1 100644 --- a/modules/chanserv/cs_seen.cpp +++ b/modules/chanserv/cs_seen.cpp @@ -191,7 +191,7 @@ public: " %s\032CLEAR\03230m\n" " Will remove all entries that were added within the last 30 minutes." ), - source.command.c_str()); + source.command.nobreak().c_str()); return true; } }; |