From 1b42e266426fd9aee439d024d787c7ba4a421c63 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 3 Sep 2013 19:40:03 -0400 Subject: Cap mode stacker max line length --- src/protocol.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/protocol.cpp') diff --git a/src/protocol.cpp b/src/protocol.cpp index ba44ea708..dc07ac40d 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -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; -- cgit