From de2392833ec17a9deb865fdac0af73275fd960ff Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 7 Sep 2022 21:09:09 +0100 Subject: Default allow_empty_last_param to false. --- src/modules/m_callerid.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/m_callerid.cpp') diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index ccc4c3f08..3503b3554 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -188,7 +188,6 @@ public: CommandAccept(Module* Creator) : Command(Creator, "ACCEPT", 1), extInfo(Creator) { - allow_empty_last_param = false; syntax = { "*|(+|-)[,(+|-)]+" }; translation = { TR_CUSTOM }; } -- cgit v1.3.1-10-gc9f91