mirror of
https://github.com/anope/anope.git
synced 2026-06-25 02:46:37 +02:00
Made IRCDProto a Service
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
|
||||
IRCDProto *IRCD = NULL;
|
||||
|
||||
IRCDProto::IRCDProto(const Anope::string &p) : proto_name(p)
|
||||
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 =
|
||||
|
||||
Reference in New Issue
Block a user