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/bahamut.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/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index fb18101ad..8cf68388b 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -764,7 +764,7 @@ void BahamutIRCdProto::cmd_akill(const char *user, const char *host, const char /* Note: if the stamp is null 0, the below usage is correct of Bahamut */ -void BahamutIRCdProto::cmd_svskill(const char *source, const char *user, const char *buf) +void BahamutIRCdProto::SendSVSKill(const char *source, const char *user, const char *buf) { if (!source || !user || !buf) return; send_cmd(source, "SVSKILL %s :%s", user, buf); |