mirror of
https://github.com/anope/anope.git
synced 2026-06-26 14:36:38 +02:00
Keep track on what ircds we can svsjoin, add an svspart method
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@ IRCDProto *IRCD = NULL;
|
||||
IRCDProto::IRCDProto(Module *creator, const Anope::string &p) : Service(creator, "IRCDProto", creator->name), proto_name(p)
|
||||
{
|
||||
DefaultPseudoclientModes = "+io";
|
||||
CanSVSNick = CanSetVHost = CanSetVIdent = CanSNLine = CanSQLine = CanSQLineChannel = CanSZLine = CanSVSHold =
|
||||
CanSVSO = CanCertFP = RequiresID = false;
|
||||
CanSVSNick = CanSVSJoin = CanSetVHost = CanSetVIdent = CanSNLine = CanSQLine = CanSQLineChannel
|
||||
= CanSZLine = CanSVSHold = CanSVSO = CanCertFP = RequiresID = false;
|
||||
MaxModes = 3;
|
||||
|
||||
if (IRCD == NULL)
|
||||
|
||||
Reference in New Issue
Block a user