From 3bea089793ff80b756a63e7cca05947787dd0881 Mon Sep 17 00:00:00 2001 From: Zantox Date: Wed, 25 Jun 2014 02:09:43 -0400 Subject: Updated ChanServ Command English Language --- modules/commands/cs_drop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands/cs_drop.cpp') diff --git a/modules/commands/cs_drop.cpp b/modules/commands/cs_drop.cpp index 401573ea2..93ce548cc 100644 --- a/modules/commands/cs_drop.cpp +++ b/modules/commands/cs_drop.cpp @@ -71,8 +71,8 @@ class CommandCSDrop : public Command this->SendSyntax(source); source.Reply(" "); if (source.IsServicesOper()) - source.Reply(_("Unregisters the named channel. Only \002Services Operators\002\n" - "can drop a channel of which they are not the founder.")); + source.Reply(_("Unregisters the specified channel. Only \002Services Operators\002\n" + "can drop a channel of which they are not the founder of.")); else source.Reply(_("Unregisters the named channel. Can only be used by\n" "the \002channel founder\002.")); -- cgit