diff options
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r-- | src/protocol/ratbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h index 5c95ce534..430212366 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -47,7 +47,7 @@ class RatboxProto : public IRCDProto { public: - void cmd_remove_akill(const char *, const char *); + 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 *); |