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

Check for a valid server in /operserv noop

This commit is contained in:
Adam
2011-05-03 00:13:19 -04:00
parent fd21c36725
commit b59602abf8
4 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -857,7 +857,7 @@ class CoreExport IRCDProto
public:
virtual ~IRCDProto() { }
virtual void SendSVSNOOP(const Anope::string &, int) { }
virtual void SendSVSNOOP(const Server *, bool) { }
virtual void SendTopic(BotInfo *, Channel *) = 0;
virtual void SendVhostDel(User *) { }
virtual void SendAkill(User *, const XLine *) = 0;