From 8d4fe58ee09b7f5d00ee0c1a6e122a1bcff7ca4e Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 8 Jan 2011 20:00:20 +0000 Subject: moved docs/ to https://github.com/shabble/irssi-docs --- docs/Irssi/Server.pod | 149 -------------------------------------------------- 1 file changed, 149 deletions(-) delete mode 100644 docs/Irssi/Server.pod (limited to 'docs/Irssi/Server.pod') diff --git a/docs/Irssi/Server.pod b/docs/Irssi/Server.pod deleted file mode 100644 index e8ca3c1..0000000 --- a/docs/Irssi/Server.pod +++ /dev/null @@ -1,149 +0,0 @@ -__END__ - -=head1 NAME - -Irssi::Server - -=head1 FIELDS - -Server->{} - - type - "SERVER" text - chat_type - String ID of chat protocol, for example "IRC" - - (..contains all the same data as Connect above..) - - connect_time - Time when connect() to server finished - real_connect_time - Time when server sent "connected" message - - tag - Unique server tag - nick - Current nick - - connected - Is connection finished? 1|0 - connection_lost - Did we lose the connection (1) or was - the connection just /DISCONNECTed (0) - - rawlog - Rawlog object for the server - - version - Server version - last_invite - Last channel we were invited to - server_operator - Are we server operator (IRC op) 1|0 - usermode_away - Are we marked as away? 1|0 - away_reason - Away reason message - banned - Were we banned from this server? 1|0 - lag - Current lag to server in milliseconds - -=head1 METHODS - -=head2 C - -- return list of channels in server - -=head2 C - -Return list of queries in server - -=head2 C - -=head2 C - -Run the specified command on this server instance. - - - -=head2 C - -B package?> - -Connect to server. returns L object. - -=head2 C - -Disconnect from server. - -=head2 C - -Find server with tag. Returns L - - -=head2 C - -Find first server that is in `chatnet' -returns L - -=head2 C - -Returns 1 if flag is a nick mode flag (C<@>, C<+> or C<%> in IRC) - -=head2 C - -Returns 1 if start of `data' seems to mean channel. - -=head2 C - -Returns nick flag characters in order: op, voice, halfop (C<"@+%"> in IRC). - -=head2 C - -Sends a message to nick/channel. target_type 0 = channel, 1 = nick - -=head2 C - -Check if nick!address is on the other side of netsplit. Netsplit records -are automatically removed after 30 minutes (current default).. - -returns L - -=head2 C - -Find nick record for nick!address in channel `channel'. -returns L - - -=head2 C - -=head2 C - -Find channel from specified server. Returns L - -=head2 C - -Return 1 if ignoring matched. - -=head2 C - -Return all L objects in all channels in server. -List is in format: - - Channel, Nick, Channel, ... - - -=head1 FULL LIST OF FUNCS - - Irssi::Server::channel_find - Irssi::Server::channels - Irssi::Server::channels_join - Irssi::Server::command - Irssi::Server::disconnect - Irssi::Server::format_create_dest - Irssi::Server::get_nick_flags - Irssi::Server::ignore_check - Irssi::Server::ischannel - Irssi::Server::isnickflag - Irssi::Server::mask_match - Irssi::Server::mask_match_address - Irssi::Server::masks_match - Irssi::Server::nicks_get_same - Irssi::Server::parse_special - Irssi::Server::print - Irssi::Server::printformat - Irssi::Server::queries - Irssi::Server::query_find - Irssi::Server::ref - Irssi::Server::send_message - Irssi::Server::unref - Irssi::Server::window_find_closest - Irssi::Server::window_find_item - Irssi::Server::window_find_level - Irssi::Server::window_item_find - -- cgit v1.2.3