diff options
Diffstat (limited to 'src/protocol/bahamut.h')
-rw-r--r-- | src/protocol/bahamut.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/bahamut.h b/src/protocol/bahamut.h index 12594d1c3..b620a1ae3 100644 --- a/src/protocol/bahamut.h +++ b/src/protocol/bahamut.h @@ -60,8 +60,8 @@ class BahamutIRCdProto : public IRCDProto { public: - void cmd_svsnoop(const char *, int); - void cmd_remove_akill(const char *, const char *); + void SendSVSNOOP(const char *, int); + void SendAkillDel(const char *, const char *); void cmd_topic(const char *, const char *, const char *, const char *, time_t); void cmd_akill(const char *, const char *, const char *, time_t, time_t, const char *); void SendSVSKill(const char *, const char *, const char *); |