mirror of
https://github.com/anope/anope.git
synced 2026-07-01 07:36:38 +02:00
Allow protocol modules to declare that the IRCd supports tags.
This is not being used currently but will be soon.
This commit is contained in:
@@ -66,6 +66,7 @@ class InspIRCdProto : public IRCDProto
|
||||
CanSZLine = true;
|
||||
CanSVSHold = true;
|
||||
CanCertFP = true;
|
||||
CanSendTags = true;
|
||||
RequiresID = true;
|
||||
MaxModes = 20;
|
||||
MaxLine = 4096;
|
||||
|
||||
Reference in New Issue
Block a user