diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-01 22:49:44 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-01 22:49:44 +0000 |
commit | 8a3495279c31c0a5a16aa69409b4d3ec038653eb (patch) | |
tree | 889ca703118499f82e4927e9108165e43f772f48 /src/protocol/ratbox.c | |
parent | 6887e3ae38a11ea838ecf16e31df6b1a2c7b7390 (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.c | 2 |
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); |