diff options
Diffstat (limited to 'docs')
-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. |