mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
/BANTYPE -> /SET ban_type. /BAN: -type option added to override default
ban type. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1318 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
25a013e4c8
commit
4f2be94115
9 changed files with 147 additions and 121 deletions
|
|
@ -789,7 +789,7 @@ static void cmd_knockout(const char *data, IRC_SERVER_REC *server,
|
|||
spacenicks = g_strjoinv(" ", nicklist);
|
||||
g_strfreev(nicklist);
|
||||
|
||||
banmasks = ban_get_masks(channel, spacenicks);
|
||||
banmasks = ban_get_masks(channel, spacenicks, 0);
|
||||
g_free(spacenicks);
|
||||
|
||||
if (*banmasks != '\0') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue