summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-07-09 21:59:05 +0100
committerSadie Powell <sadie@witchery.services>2023-07-09 22:32:43 +0100
commit47bbc9b3fb0b70af33897dd31809db1f94d61680 (patch)
tree903332ef2d1be5fd2d66dd806c392f2ee6b24aa2
parent68b51c7481511e7ce68e922aaae8d2875e2b4116 (diff)
Enable CanSQLineChannel in unreal4.
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
-rw-r--r--modules/protocol/unreal4.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/unreal4.cpp b/modules/protocol/unreal4.cpp
index 5c67b80a2..ef5d09d40 100644
--- a/modules/protocol/unreal4.cpp
+++ b/modules/protocol/unreal4.cpp
@@ -31,6 +31,7 @@ class UnrealIRCdProto : public IRCDProto
CanSetVIdent = true;
CanSNLine = true;
CanSQLine = true;
+ CanSQLineChannel = true;
CanSZLine = true;
CanSVSHold = true;
CanCertFP = true;