From d974da559601a1c95740a01d72ce2ee91008354e Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 22 Apr 2011 03:23:07 +0100 Subject: removed docs/ from dev branch, since they're all in their own repo (well, wiki) by now. --- docs/Irssi/Channel.pod | 86 -------------------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 docs/Irssi/Channel.pod (limited to 'docs/Irssi/Channel.pod') diff --git a/docs/Irssi/Channel.pod b/docs/Irssi/Channel.pod deleted file mode 100644 index baeff6c..0000000 --- a/docs/Irssi/Channel.pod +++ /dev/null @@ -1,86 +0,0 @@ -__END__ - -=head1 NAME - -Irssi::Channel - -=head1 FIELDS - -C{}> - - type - "CHANNEL" text - chat_type - String ID of chat protocol, for example "IRC" - - (..contains all the same data as Windowitem above..) - - topic - Channel topic - topic_by - Nick who set the topic - topic_time - Timestamp when the topic was set - - no_modes - Channel is modeless - mode - Channel mode - limit - Max. users in channel (+l mode) - key - Channel key (password) - - chanop - You are channel operator - names_got - /NAMES list has been received - wholist - /WHO list has been received - synced - Channel is fully synchronized - - joined - JOIN event for this channel has been received - left - You just left the channel (for "channel destroyed" event) - kicked - You was just kicked out of the channel (for - "channel destroyed" event) - -=head1 METHODS - - - -=head2 C - -Join to channels in server. `channels' may also contain keys for -channels just like with /JOIN command. `automatic' specifies if this -channel was joined "automatically" or if it was joined because join -was requested by user. If channel join is "automatic", irssi doesn't -jump to the window where the channel was joined. - -=head2 C - -Destroy channel. - -=head2 C - -Return a list of bans in channel. - -=head2 C - -Get ban mask for `nick'. - -=head2 C - -Add a new ban to channel. - -=head2 C - -Remove a ban from channel. - - -=head2 C - -Add nick to nicklist. Returns a L. - -=head2 C - -Remove nick from nicklist. - -=head2 C - -Find nick from nicklist. Returns L. - -=head2 C - -Find nick mask from nicklist, wildcards allowed. Returns L. - -=head2 C - -Return a list of all nicks in channel. -- cgit v1.2.3