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 642d8f5df..eb0953b6c 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -1194,7 +1194,7 @@ void UnrealIRCdProto::SendSGLine(const char *mask, const char *reason)
}
/* SVSMODE -b */
-void UnrealIRCdProto::cmd_unban(const char *name, const char *nick)
+void UnrealIRCdProto::SendBanDel(const char *name, const char *nick)
{
SendSVSMode_chan(name, "-b", nick);
}