diff options
author | Timo Sirainen <cras@irssi.org> | 2002-04-15 15:10:18 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-04-15 15:10:18 +0000 |
commit | 754b9c3a0b4892559a84fd59d896986b07b84c35 (patch) | |
tree | 85a62fa4f63f89940cdfaffa70aa099e54b1cc29 /docs/perl.txt | |
parent | ccc66293c2da0cc6c2b10ca61019db2edfa2016d (diff) | |
download | irssi-754b9c3a0b4892559a84fd59d896986b07b84c35.zip |
removed a few functions that don't exist anymore
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2686 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/perl.txt')
-rw-r--r-- | docs/perl.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/perl.txt b/docs/perl.txt index 23ecfbed..59c7e57a 100644 --- a/docs/perl.txt +++ b/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 |