diff options
Diffstat (limited to 'src/protocol/unreal32.c')
| -rw-r--r-- | src/protocol/unreal32.c | 2 |
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); |
