X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fperl.txt;h=59c7e57a14f5a757082aafa915b35ba3e6e369ae;hb=9601176a506c8a545a954891e5e25552e9609159;hp=23ecfbed1f520ce193f9aeab56e8d2570b0e3424;hpb=8efe5c6b18756ea335788ebf0afdf294764f4c26;p=crypto.git diff --git a/apps/irssi/docs/perl.txt b/apps/irssi/docs/perl.txt index 23ecfbed..59c7e57a 100644 --- a/apps/irssi/docs/perl.txt +++ b/apps/irssi/docs/perl.txt @@ -958,12 +958,6 @@ Server::channel_create(name, automatic) Channel::bans() Return a list of bans in channel. -Channel::ebans() - Return a list of ban exceptions in channel. - -Channel::invites() - Return invite list (+I) of channel. - Channel::ban_get_mask(nick) Get ban mask for `nick'. @@ -973,22 +967,6 @@ Channel::banlist_add(ban, nick, time) Channel::banlist_remove(ban) Remove a ban from channel. -Channel::banlist_exception_add(ban, nick, time) - Add a new ban exception to channel. - -Channel::banlist_exception_remove(ban) - Remove a ban exception from channel. - -Channel::invitelist_add(mask) - Add a new invite mask to channel. - -Channel::invitelist_remove(mask) - Remove invite mask from channel. - -modes_join(old, mode, channel) - Add `mode' to `old' - return newly allocated mode. If `channel' is 1, - we're parsing channel mode and we should try to join mode arguments too. - *** DCC