mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
/kickban and /knockout now accepts multiple nicks separated with commas.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1000 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fc491c5f8d
commit
810584803b
3 changed files with 103 additions and 50 deletions
|
|
@ -7,6 +7,7 @@ void bans_init(void);
|
|||
void bans_deinit(void);
|
||||
|
||||
char *ban_get_mask(IRC_CHANNEL_REC *channel, const char *nick);
|
||||
char *ban_get_masks(IRC_CHANNEL_REC *channel, const char *nicks);
|
||||
|
||||
void ban_set_type(const char *type);
|
||||
void ban_set(IRC_CHANNEL_REC *channel, const char *bans);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue