diff options
author | Robby- <robby@chat.be> | 2014-04-12 22:08:41 +0200 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-04-12 22:08:41 +0200 |
commit | bd35f849452cc4cc83972939bfbc363e679203e1 (patch) | |
tree | 0eb93b9fddf2b223baa905becdd5b9078c8db2a6 /src/modules/m_callerid.cpp | |
parent | 493ff75f1f89a7ede2800eff0368740fbaf02aa4 (diff) |
Correct the syntax messages of a few modules.
Diffstat (limited to 'src/modules/m_callerid.cpp')
-rw-r--r-- | src/modules/m_callerid.cpp | 2 |
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); } |