diff options
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index 067647970..cbf657c75 100644 --- a/src/actions.c +++ b/src/actions.c @@ -182,7 +182,7 @@ void common_unban(ChannelInfo * ci, char *nick) next = ban->next; if (entry_match(ban, u->nick, u->username, u->host, ip) || entry_match(ban, u->nick, u->username, u->vhost, ip)) { - anope_cmd_mode(whosends(ci), ci->name, "-b %s", ban->mask); + anope_SendMode(whosends(ci), ci->name, "-b %s", ban->mask); if (ircdcap->tsmode) av[3] = ban->mask; else |