summaryrefslogtreecommitdiff
path: root/src/modules/m_userip.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-04-12 22:35:34 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-04-12 22:35:34 +0200
commit66820092160fc24e21e437c0a186aa5922e424c6 (patch)
tree1974c1a3b91642538f779242ab8384db3a206e35 /src/modules/m_userip.cpp
parent493ff75f1f89a7ede2800eff0368740fbaf02aa4 (diff)
parentad2e0ef1cd4c0cdcdb2241a10d5fe554984cb91d (diff)
Merge pull request #827 from Robby-/insp20-helpopconf
Some more helpop config updates, and fix a few module syntax messages.
Diffstat (limited to 'src/modules/m_userip.cpp')
-rw-r--r--src/modules/m_userip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_userip.cpp b/src/modules/m_userip.cpp
index 33b261ca1..9502c91b1 100644
--- a/src/modules/m_userip.cpp
+++ b/src/modules/m_userip.cpp
@@ -30,7 +30,7 @@ class CommandUserip : public Command
public:
CommandUserip(Module* Creator) : Command(Creator,"USERIP", 1)
{
- syntax = "<nick>{,<nick>}";
+ syntax = "<nick> [<nick> ...]";
}
CmdResult Handle (const std::vector<std::string> &parameters, User *user)