diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:28:10 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:28:10 +0000 |
commit | d5d6b049e0ef4ab05a5bfdd632af645190dba457 (patch) | |
tree | a28192e95a261e15381af712178b64a724bff84b /src/protocol/ratbox.h | |
parent | 8a3495279c31c0a5a16aa69409b4d3ec038653eb (diff) |
Rename a bunch of functions to use new scheme.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1299 5417fbe8-f217-4b02-8779-1006273d7864
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 *); |