summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.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/unreal32.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/unreal32.c')
-rw-r--r--src/protocol/unreal32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index d893797a8..04591ee3f 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -519,7 +519,7 @@ void UnrealIRCdProto::cmd_akill(const char *user, const char *host, const char *
** parv[1] = client
** parv[2] = kill message
*/
-void UnrealIRCdProto::cmd_svskill(const char *source, const char *user, const char *buf)
+void UnrealIRCdProto::SendSVSKill(const char *source, const char *user, const char *buf)
{
if (!source || !user || !buf) return;
send_cmd(source, "%s %s :%s", send_token("SVSKILL", "h"), user, buf);