mirror of
https://github.com/anope/anope.git
synced 2026-06-25 02:06:37 +02:00
Cap mode stacker max line length
This commit is contained in:
@@ -28,6 +28,7 @@ IRCDProto::IRCDProto(Module *creator, const Anope::string &p) : Service(creator,
|
||||
CanSVSNick = CanSVSJoin = CanSetVHost = CanSetVIdent = CanSNLine = CanSQLine = CanSQLineChannel
|
||||
= CanSZLine = CanSVSHold = CanSVSO = CanCertFP = RequiresID = false;
|
||||
MaxModes = 3;
|
||||
MaxLine = 512;
|
||||
|
||||
if (IRCD == NULL)
|
||||
IRCD = this;
|
||||
|
||||
Reference in New Issue
Block a user