diff options
author | Timo Sirainen <cras@irssi.org> | 2000-03-05 21:21:34 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-03-05 21:21:34 +0000 |
commit | 2915bac386cf19af5a3d614b93e1401c4bc69263 (patch) | |
tree | ba3b57287e4045560a737fad76a9e77a8cd30632 /docs/PERL | |
parent | 7a9cc02252150b6bf15464942d10d9bb0abb7522 (diff) | |
download | irssi-2915bac386cf19af5a3d614b93e1401c4bc69263.zip |
Updated Perl support
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@134 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/PERL')
-rw-r--r-- | docs/PERL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -130,7 +130,7 @@ Server::values() %server_info = %{Irssi::cur_server->values()}; Irssi::print("Current server = ".$server_info{'address'}); -Server server_connect(address, [port=6667, [password='', [nick='']]]) +Server server_connect(address, [port=6667, [password='', [nick='', [channels='']]]]) Create new server connection. Server::disconnect() @@ -145,6 +145,10 @@ Server server_find_ircnet(ircnet) Channel channel_find_any(channel) Find `channel' from any server +Channel Server::channel_find_level(level) + Find channel with level `level' preferably from specified server, but + fallbacks to any channel the matching level. + Server::send_raw(cmd) Send raw message to server, it will be flood protected so you don't need to worry about it. |