1
0
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:
Adam
2013-09-03 19:40:03 -04:00
parent 4691351167
commit 1b42e26642
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -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;