summaryrefslogtreecommitdiff
path: root/modules/commands/bs_assign.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-21 16:35:22 -0400
committerAdam <Adam@anope.org>2011-08-21 16:35:22 -0400
commitc996356fab9281e018b78e04e652223817b68230 (patch)
tree0bd575ab54742eaa0bf48fa0d31def98bc2a0f1f /modules/commands/bs_assign.cpp
parentd71ae412bb539ee63a2428dca6264d989b5cbc33 (diff)
Bugs #1321 & 1322
Diffstat (limited to 'modules/commands/bs_assign.cpp')
-rw-r--r--modules/commands/bs_assign.cpp2
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> &params)