summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
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 72459e94b..5363c7d57 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -1124,7 +1124,7 @@ void UnrealIRCdProto::SendSVSHold(const char *nick)
}
/* SVSHOLD - release */
-void UnrealIRCdProto::SendSVSHOLDDel(const char *nick)
+void UnrealIRCdProto::SendSVSHoldDel(const char *nick)
{
send_cmd(NULL, "%s - Q * %s %s", send_token("TKL", "BD"), nick, ServerName);
}