summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-01 22:49:44 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-01 22:49:44 +0000
commit8a3495279c31c0a5a16aa69409b4d3ec038653eb (patch)
tree889ca703118499f82e4927e9108165e43f772f48 /src/protocol/ratbox.c
parent6887e3ae38a11ea838ecf16e31df6b1a2c7b7390 (diff)
Commit modified protocol name, using perl.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1298 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r--src/protocol/ratbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 4f1162c0e..c21466893 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -738,7 +738,7 @@ void RatboxProto::cmd_akill(const char *user, const char *host, const char *who,
send_cmd(UseTS6 ? (ud ? ud->uid : s_OperServ) : s_OperServ, "KLINE * %ld %s %s :%s", static_cast<long>(expires - time(NULL)), user, host, reason);
}
-void RatboxProto::cmd_svskill(const char *source, const char *user, const char *buf)
+void RatboxProto::SendSVSKill(const char *source, const char *user, const char *buf)
{
if (!source || !user || !buf) return;
Uid *ud = find_uid(source), *ud2 = find_uid(user);