aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_callerid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_callerid.cpp')
-rw-r--r--src/modules/m_callerid.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp
index 51dcc87cc..c164014d9 100644
--- a/src/modules/m_callerid.cpp
+++ b/src/modules/m_callerid.cpp
@@ -185,8 +185,9 @@ class CommandAccept final
public:
CallerIDExtInfo extInfo;
unsigned long maxaccepts;
- CommandAccept(Module* Creator) : Command(Creator, "ACCEPT", 1),
- extInfo(Creator)
+ CommandAccept(Module* Creator)
+ : Command(Creator, "ACCEPT", 1)
+ , extInfo(Creator)
{
syntax = { "*|(+|-)<nick>[,(+|-)<nick>]+" };
translation = { TR_CUSTOM };