summaryrefslogtreecommitdiff
path: root/src/modules/m_callerid.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_callerid.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_callerid.cpp')
-rw-r--r--src/modules/m_callerid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp
index 09c5c3f24..4147f0b16 100644
--- a/src/modules/m_callerid.cpp
+++ b/src/modules/m_callerid.cpp
@@ -146,7 +146,7 @@ public:
extInfo(Creator)
{
allow_empty_last_param = false;
- syntax = "{[+|-]<nicks>}|*}";
+ syntax = "*|(+|-)<nick>[,(+|-)<nick> ...]";
TRANSLATE2(TR_CUSTOM, TR_END);
}