From f5fc6247811c782c5ae42d14a15b7d714f564958 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 25 Feb 2000 17:03:17 +0000 Subject: Irssi 0.7.27 released. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@130 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/PERL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/PERL') diff --git a/docs/PERL b/docs/PERL index 9a03e589..31ca7439 100644 --- a/docs/PERL +++ b/docs/PERL @@ -127,7 +127,7 @@ Server::values() "connection_lost" - Did we lose the connection (1) or was the connection meant to be disconnected (0) Example: - %server_info = %{$Irssi::cur_server->values()}; + %server_info = %{Irssi::cur_server->values()}; Irssi::print("Current server = ".$server_info{'address'}); Server server_connect(address, [port=6667, [password='', [nick='']]]) @@ -195,7 +195,7 @@ Server::redirect_event(arg, last, ...) Example: $server->send_raw('WHOIS :cras'); - $server->redirect_event('cras', 2 + $server->redirect_event('cras', 2, "event 318", "redir end_of_whois", -1, "event 402", "redir no_such_server", -1, "event 401", "redir no_such_nick", 1, @@ -242,6 +242,7 @@ Channel::values() has keys: "name" - channel name "type" - channel type ("channel", "query", "dcc chat", "empty") + "password" - channel password Channel Server::channel_create(channel, type, automatic) Create new channel with name `channel'. `type' is one of: @@ -253,7 +254,7 @@ Channel Server::channel_create(channel, type, automatic) `automatic' means that channel is created "automatically" and Irssi will NOT change the active window to it. -Channel::_destroy() +Channel::destroy() Destroy channel. Channel::change_name(name) -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0