diff options
| author | 2026-07-22 19:40:42 +0100 | |
|---|---|---|
| committer | 2026-07-22 19:40:42 +0100 | |
| commit | 80c142af5ef9c9f9ae671f7b9a69e37fcfc5be06 (patch) | |
| tree | 8be65c51d06e12f2cc1749bd14e2c655ade06c5e /modules/gateway.cpp | |
| parent | Fix remote overwrite of extended swhois with same tag (diff) | |
| parent | Add 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.cpp | 1 |
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>]" }; } |
