diff options
Diffstat (limited to 'modules/chanserv/cs_drop.cpp')
-rw-r--r-- | modules/chanserv/cs_drop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/chanserv/cs_drop.cpp b/modules/chanserv/cs_drop.cpp index 7e513b340..3159bb5e1 100644 --- a/modules/chanserv/cs_drop.cpp +++ b/modules/chanserv/cs_drop.cpp @@ -90,14 +90,14 @@ public: if (source.IsServicesOper()) { source.Reply(_( - "Unregisters the specified channel. Only \002Services Operators\002 " + "Unregisters the specified channel. Only \002Services Operators\002 " "can drop a channel of which they are not the founder of." )); } else { source.Reply(_( - "Unregisters the named channel. Can only be used by " + "Unregisters the named channel. Can only be used by " "the \002channel founder\002." )); } |