aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_watch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_watch.cpp')
-rw-r--r--src/modules/m_watch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp
index e16588233..43331eb20 100644
--- a/src/modules/m_watch.cpp
+++ b/src/modules/m_watch.cpp
@@ -129,7 +129,6 @@ public:
: SplitCommand(mod, "WATCH")
, manager(managerref)
{
- allow_empty_last_param = false;
syntax = { "C", "L", "l", "S", "(+|-)<nick> [(+|-)<nick>]+" };
}