summaryrefslogtreecommitdiff
path: root/modules/commands/ns_drop.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-02-02 07:30:53 +0100
committerRobby- <robby@chat.be>2013-02-02 07:30:53 +0100
commit15b37c1e38b20a3f6244af179dfdb395ee929800 (patch)
tree5ce51a5ecb759c472d3f44a322e9fb61a2bbd7ab /modules/commands/ns_drop.cpp
parentdccb0ee3138359559d3a984d4708b53154aa7082 (diff)
Some more typo and help text fixes, proper formatting of control codes, missing privileges, and settings corrections.
Diffstat (limited to 'modules/commands/ns_drop.cpp')
-rw-r--r--modules/commands/ns_drop.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/commands/ns_drop.cpp b/modules/commands/ns_drop.cpp
index 60f03d803..310efa1b2 100644
--- a/modules/commands/ns_drop.cpp
+++ b/modules/commands/ns_drop.cpp
@@ -46,7 +46,7 @@ class CommandNSDrop : public Command
if (!is_mine && !source.HasPriv("nickserv/drop"))
source.Reply(ACCESS_DENIED);
else if (Config->NSSecureAdmins && !is_mine && na->nc->IsServicesOper())
- source.Reply(_("You may not drop other services operators nicknames."));
+ source.Reply(_("You may not drop other Services Operators' nicknames."));
else
{
if (Anope::ReadOnly)
@@ -81,13 +81,13 @@ class CommandNSDrop : public Command
"Without a parameter, deletes your nickname.\n"
" \n"
"With a parameter, drops the named nick from the database.\n"
- "You may drop any nick within your group without any \n"
- "special privileges. Dropping any nick is limited to \n"
+ "You may drop any nick within your group without any\n"
+ "special privileges. Dropping any nick is limited to\n"
"\002Services Operators\002."), source.command.c_str());
else
source.Reply(_("Syntax: \002%s [\037nickname\037 | \037password\037]\002\n"
" \n"
- "Deltes your nickname. A nick\n"
+ "Deletes your nickname. A nick\n"
"that has been dropped is free for anyone to re-register.\n"
" \n"
"You may drop a nick within your group by passing it\n"