summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-09-11 15:43:54 +0100
committerSadie Powell <sadie@witchery.services>2020-09-28 15:28:26 +0100
commit7f39fb14f2d9963464165ae9112abe2e65bded8d (patch)
treedf6cff8153623cad361f4a2521f9623311c74500 /include/protocol.h
parentfb86705d3f44575087e0f1f277a81f5ef4f70b27 (diff)
Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/protocol.h b/include/protocol.h
index 30bd4667b..51168ece0 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -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);