diff options
author | Adam <Adam@anope.org> | 2013-02-25 00:26:49 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-02-25 00:26:49 -0500 |
commit | 8561941e222cfeef8d99e93782d7f7e146e60932 (patch) | |
tree | 3491edebd08d77ff8a62459704f8a03a7b9721e9 /modules/commands/cs_updown.cpp | |
parent | 5d4db2b85408202086ae35f38306e81f9216959e (diff) |
Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs down syntax, fix os_session messages to reference ip
Diffstat (limited to 'modules/commands/cs_updown.cpp')
-rw-r--r-- | modules/commands/cs_updown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_updown.cpp b/modules/commands/cs_updown.cpp index 85eeb0af1..27e1984d1 100644 --- a/modules/commands/cs_updown.cpp +++ b/modules/commands/cs_updown.cpp @@ -100,7 +100,7 @@ class CommandCSDown : public Command CommandCSDown(Module *creator) : Command(creator, "chanserv/down", 0, 2) { this->SetDesc(_("Removes a selected nicks status from a channel")); - this->SetSyntax(_("[\037channel\037 ]\037nick\037]]")); + this->SetSyntax(_("[\037channel\037 [\037nick\037]]")); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override |