From 9bd8711ad413911b63321860a82fc43d6cb760d2 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 10 Jul 2010 21:20:12 +0100 Subject: more reformattingm, added a guide.pm for general stuff --- docs/Irssi/Server.pm | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) (limited to 'docs/Irssi/Server.pm') diff --git a/docs/Irssi/Server.pm b/docs/Irssi/Server.pm index bb93d20..dfb8500 100644 --- a/docs/Irssi/Server.pm +++ b/docs/Irssi/Server.pm @@ -37,7 +37,10 @@ Server->{} Server::channels() - return list of channels in server Server::queries() - return list of queries in server Server::print(channel, str[, level]) -Server::command(cmd) + +=head2 C + +Run the specified command on this server instance. Server @@ -67,3 +70,80 @@ Server::get_nick_flags() Server::send_message(target, msg, target_type) Sends a message to nick/channel. target_type 0 = channel, 1 = nick + + +Netsplit +Server::netsplit_find(nick, address) + Check if nick!address is on the other side of netsplit. Netsplit records + are automatically removed after 30 minutes (current default).. + +Nick +Server::netsplit_find_channel(nick, address, channel) + Find nick record for nick!address in channel `channel'. + + +Server::dcc_ctcp_message(target, notice, msg) + +Channel +Server::channel_find(channel) + Find channel from specified server. + +Server::ignore_check(nick, host, channel, text, level) + Return 1 if ignoring matched. + + + + +Server::nicks_get_same(nick) + Return all nick objects in all channels in server. List is in format: + Channel, Nick, Channel, ... + +blah + +blah + +blah + + + +blah + +blah + +blah + + +blah + +blah + +blah + + +blah + +blah + +blah + + +blah + +blah + +blah + + +blah + +blah + +blah + + +blah + +blah + +blah + -- cgit v1.2.3