summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
commit4996cc4b06c70df801403752e90a7078224beb45 (patch)
tree234fe6aba81ec3e70e7b8e6dfa92250569a0a8bd /src/protocol/unreal32.h
parentc08993be094b5d0427985bee46e4d9d0d2ffbe56 (diff)
Added cmd_akill() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1211 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.h')
-rw-r--r--src/protocol/unreal32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.h b/src/protocol/unreal32.h
index c5557ba80..d90c51f71 100644
--- a/src/protocol/unreal32.h
+++ b/src/protocol/unreal32.h
@@ -81,7 +81,6 @@
#define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r
void unreal_set_umode(User * user, int ac, const char **av);
-void unreal_cmd_akill(const char *user, const char *host, const char *who, time_t when,time_t expires, const char *reason);
void unreal_cmd_svskill(const char *source, const char *user, const char *buf);
void unreal_cmd_svsmode(User * u, int ac, const char **av);
void unreal_cmd_372(const char *source, const char *msg);
@@ -151,4 +150,5 @@ class UnrealIRCdProto : public IRCDProtoNew {
void cmd_remove_akill(const char *, const char *);
void cmd_topic(const char *, const char *, const char *, const char *, time_t);
void cmd_vhost_off(User *);
+ void cmd_akill(const char *, const char *, const char *, time_t, time_t, const char *);
} ircd_proto;