summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/PERL6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/PERL b/docs/PERL
index 31ca7439..ccba2835 100644
--- a/docs/PERL
+++ b/docs/PERL
@@ -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.