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

Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.

Now UnrealIRCd 3.2.x support has been removed nothing uses this.
This commit is contained in:
Sadie Powell
2020-09-11 15:43:54 +01:00
parent fb86705d3f
commit 7f39fb14f2
5 changed files with 4 additions and 99 deletions
-6
View File
@@ -60,8 +60,6 @@ class CoreExport IRCDProto : public Service
bool CanSZLine;
/* Can we place temporary holds on specific nicknames? */
bool CanSVSHold;
/* See os_oline */
bool CanSVSO;
/* See ns_cert */
bool CanCertFP;
/* Whether this IRCd requires unique IDs for each user or server. See TS6/P10. */
@@ -179,10 +177,6 @@ class CoreExport IRCDProto : public Service
virtual void SendInvite(const MessageSource &source, const Channel *c, User *u);
virtual void SendGlobops(const MessageSource &source, const char *fmt, ...);
/** Sets oper flags on a user, currently only supported by Unreal
*/
virtual void SendSVSO(BotInfo *, const Anope::string &, const Anope::string &) { }
/** Sends a nick change of one of our clients.
*/
virtual void SendNickChange(User *u, const Anope::string &newnick);