1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 08:16:39 +02:00

Enable CanSQLineChannel in unreal4.

Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
This commit is contained in:
Sadie Powell
2023-07-09 21:59:05 +01:00
parent 68b51c7481
commit 47bbc9b3fb
+1
View File
@@ -31,6 +31,7 @@ class UnrealIRCdProto : public IRCDProto
CanSetVIdent = true;
CanSNLine = true;
CanSQLine = true;
CanSQLineChannel = true;
CanSZLine = true;
CanSVSHold = true;
CanCertFP = true;