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 324195f88..e7f6a3933 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -46,7 +46,6 @@ void ratbox_set_umode(User * user, int ac, const char **av); -void ratbox_cmd_akill(const char *user, const char *host, const char *who, time_t when,time_t expires, const char *reason); void ratbox_cmd_svskill(const char *source, const char *user, const char *buf); void ratbox_cmd_svsmode(User * u, int ac, const char **av); void ratbox_cmd_372(const char *source, const char *msg); @@ -114,4 +113,5 @@ class RatboxProto : public IRCDProtoNew { public: void cmd_remove_akill(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 *); } ircd_proto; |