summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 08:28:10 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 08:28:10 +0000
commitd5d6b049e0ef4ab05a5bfdd632af645190dba457 (patch)
treea28192e95a261e15381af712178b64a724bff84b /src/protocol/ratbox.h
parent8a3495279c31c0a5a16aa69409b4d3ec038653eb (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.h2
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 *);