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:
@@ -31,6 +31,7 @@ class UnrealIRCdProto : public IRCDProto
|
||||
CanSetVIdent = true;
|
||||
CanSNLine = true;
|
||||
CanSQLine = true;
|
||||
CanSQLineChannel = true;
|
||||
CanSZLine = true;
|
||||
CanSVSHold = true;
|
||||
CanCertFP = true;
|
||||
|
||||
Reference in New Issue
Block a user