diff options
author | Sadie Powell <sadie@witchery.services> | 2023-07-09 21:59:05 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-07-09 22:32:43 +0100 |
commit | 47bbc9b3fb0b70af33897dd31809db1f94d61680 (patch) | |
tree | 903332ef2d1be5fd2d66dd806c392f2ee6b24aa2 /modules/protocol/unreal4.cpp | |
parent | 68b51c7481511e7ce68e922aaae8d2875e2b4116 (diff) |
Enable CanSQLineChannel in unreal4.
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
Diffstat (limited to 'modules/protocol/unreal4.cpp')
-rw-r--r-- | modules/protocol/unreal4.cpp | 1 |
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; |