1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Updated the changed arguments for ban_remove

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3699 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Valentin Batz 2005-01-04 10:30:53 +00:00 committed by vb
parent b52bbcfbbf
commit 7020ba8751

View File

@ -40,6 +40,7 @@ banlist_add(channel, ban, nick, time)
time_t time
void
banlist_remove(channel, ban)
banlist_remove(channel, ban, nick)
Irssi::Irc::Channel channel
char *ban
char *nick