summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ircd.c b/src/ircd.c
index ccd0d9ff8..26f453462 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -312,9 +312,9 @@ void anope_SendSGLine(const char *mask, const char *reason)
ircdproto->SendSGLine(mask, reason);
}
-void anope_cmd_unban(const char *name, const char *nick)
+void anope_SendBanDel(const char *name, const char *nick)
{
- ircdproto->cmd_unban(name, nick);
+ ircdproto->SendBanDel(name, nick);
}
void anope_SendSVSMode_chan(const char *name, const char *mode, const char *nick)