From 8561941e222cfeef8d99e93782d7f7e146e60932 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 25 Feb 2013 00:26:49 -0500 Subject: 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 --- modules/commands/cs_updown.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_updown.cpp') 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 ¶ms) anope_override -- cgit