1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 21:23:13 +02:00

Send the oper mode for services pseudoclients on InspIRCd.

This commit is contained in:
Sadie Powell
2021-08-29 18:36:17 +01:00
parent 98fdce2e1d
commit 1cab1d32c2
+2 -2
View File
@@ -60,7 +60,7 @@ class InspIRCd3Proto : public IRCDProto
InspIRCd3Proto(Module *creator) : IRCDProto(creator, "InspIRCd 3"), maxlist(creator, "maxlist")
{
DefaultPseudoclientModes = "+I";
DefaultPseudoclientModes = "+oI";
CanSVSNick = true;
CanSVSJoin = true;
CanSetVHost = true;
@@ -897,7 +897,7 @@ struct IRCDMessageCapab : Message::Capab
Servers::Capab.insert("TOPICLOCK");
IRCD->CanSQLineChannel = false;
IRCD->CanSVSHold = false;
IRCD->DefaultPseudoclientModes = "+I";
IRCD->DefaultPseudoclientModes = "+oI";
}
else if (params[0].equals_cs("CHANMODES") && params.size() > 1)
{