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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user