summaryrefslogtreecommitdiff
path: root/docs/perl.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-08-13 13:54:34 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-08-13 13:54:34 +0000
commitc96a0d2ac5029286d6784670ca7c16df93226dce (patch)
tree7673dea7570338493c0a4ac9ee37561c550b64b0 /docs/perl.txt
parent072b8a75e04233b0197fa044ad9775528a831779 (diff)
downloadirssi-c96a0d2ac5029286d6784670ca7c16df93226dce.zip
Implemented Irssi::print_window(), added optional level parameter to
Irssi::print() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@597 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/perl.txt')
-rw-r--r--docs/perl.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/perl.txt b/docs/perl.txt
index dfe9d4e4..8183dc65 100644
--- a/docs/perl.txt
+++ b/docs/perl.txt
@@ -103,8 +103,12 @@ commands() - return list of all commands
dccs() - return list of all dcc connections
logs() - return list of all log files
-print(str)
- Print `str' to current window as "Irssi notice".
+print(str, [level])
+ Print `str' to some window (status/current probably), default level is
+ "Irssi notice".
+
+print_window(str, [level])
+ Print `str' to current window, default level is "Irssi notice".
command(cmd, [Server server, [Channel channel]])
Send a command `cmd' (in current channel). This will work just as if you