aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gateway.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-07-22 19:40:42 +0100
committerGravatar Sadie Powell2026-07-22 19:40:42 +0100
commit80c142af5ef9c9f9ae671f7b9a69e37fcfc5be06 (patch)
tree8be65c51d06e12f2cc1749bd14e2c655ade06c5e /modules/gateway.cpp
parentFix remote overwrite of extended swhois with same tag (diff)
parentAdd a separate config option for setting a WebSocket STS port. (diff)
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/gateway.cpp')
-rw-r--r--modules/gateway.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gateway.cpp b/modules/gateway.cpp
index 5f74f2f59..f9bf42e8b 100644
--- a/modules/gateway.cpp
+++ b/modules/gateway.cpp
@@ -269,6 +269,7 @@ public:
, tlsapi(Creator)
, webircevprov(Creator, "webirc")
{
+ allow_empty_last_param = true;
works_before_reg = true;
syntax = { "<password> <gateway> <hostname> <ip> [<flags>]" };
}