diff options
Diffstat (limited to 'src/protocol/bahamut.h')
-rw-r--r-- | src/protocol/bahamut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/bahamut.h b/src/protocol/bahamut.h index b99122c24..59687bfcd 100644 --- a/src/protocol/bahamut.h +++ b/src/protocol/bahamut.h @@ -62,6 +62,7 @@ class BahamutIRCdProto : public IRCDProto { void SendSVSKillInternal(const char *, const char *, const char *); void SendModeInternal(const char *, const char *, const char *); void SendKickInternal(const char *, const char *, const char *, const char *); + void SendNoticeChanopsInternal(const char *, const char *, const char *); public: void SendSVSNOOP(const char *, int); void SendAkillDel(const char *, const char *); @@ -70,7 +71,6 @@ class BahamutIRCdProto : public IRCDProto { void SendSVSMode(User *, int, const char **); void SendGuestNick(const char *, const char *, const char *, const char *, const char *); void SendClientIntroduction(const char *, const char *, const char *, const char *, const char *); - void SendNoticeChanops(const char *, const char *, const char *); void SendBotOp(const char *, const char *); void SendJoin(const char *, const char *, time_t); void SendSQLineDel(const char *); |