diff options
author | Adam <Adam@anope.org> | 2011-08-21 16:35:22 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-21 16:35:22 -0400 |
commit | c996356fab9281e018b78e04e652223817b68230 (patch) | |
tree | 0bd575ab54742eaa0bf48fa0d31def98bc2a0f1f /modules/commands/bs_assign.cpp | |
parent | d71ae412bb539ee63a2428dca6264d989b5cbc33 (diff) |
Bugs #1321 & 1322
Diffstat (limited to 'modules/commands/bs_assign.cpp')
-rw-r--r-- | modules/commands/bs_assign.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/bs_assign.cpp b/modules/commands/bs_assign.cpp index 82eee7914..fcaca4bac 100644 --- a/modules/commands/bs_assign.cpp +++ b/modules/commands/bs_assign.cpp @@ -91,7 +91,7 @@ class CommandBSUnassign : public Command CommandBSUnassign(Module *creator) : Command(creator, "botserv/unassign", 1, 1) { this->SetDesc(_("Unassigns a bot from a channel")); - this->SetSyntax(_("\037channel\037 \037nick\037")); + this->SetSyntax(_("\037channel\037")); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |