From c996356fab9281e018b78e04e652223817b68230 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 21 Aug 2011 16:35:22 -0400 Subject: Bugs #1321 & 1322 --- modules/commands/bs_assign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/bs_assign.cpp') 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 ¶ms) -- cgit