summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorAdam <adam@sigterm.info>2016-11-06 13:47:08 -0500
committerGitHub <noreply@github.com>2016-11-06 13:47:08 -0500
commit32b311b183443e11d26f13cd425e12406ffbfa76 (patch)
tree0cc396dd9d7b249be6c3a4177d1484fc975b1122 /include/protocol.h
parentdcbaecd3275448b84f3d712e7f8cf09cd08446a6 (diff)
parent28134eeb197109569be08335411c80feba843777 (diff)
Merge pull request #179 from SaberUK/master+oline
Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.
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 4fdc97f0c..f7e7460f0 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -71,8 +71,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. */
@@ -197,10 +195,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(ServiceBot *, const Anope::string &, const Anope::string &) { }
-
/** Sends a nick change of one of our clients.
*/
virtual void SendNickChange(User *u, const Anope::string &newnick);