diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-30 09:49:59 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-30 09:49:59 +0000 |
commit | f1ecfca8a7d4459b32ea3db19d44bbe4f71ff55c (patch) | |
tree | ee7164f66e451a57a906c294a0860b050feabb5c /docs | |
parent | bf0e9f163a12c8fb2e622ebae085f4e67b057174 (diff) | |
download | irssi-f1ecfca8a7d4459b32ea3db19d44bbe4f71ff55c.zip |
Updates to perl documentation. Moved Rawlog->{lines} to Rawlog::get_lines()
instead.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1601 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/perl.txt | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/docs/perl.txt b/docs/perl.txt index 21deb3a3..ad20dff9 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -485,6 +485,7 @@ Server->{} usermode_away - Are we marked as away? 1|0 away_reason - Away reason message banned - Were we banned from this server? 1|0 + lag - Current lag to server in milliseconds Server Connect::connect() @@ -601,8 +602,8 @@ Windowitem->{} name - Name of the item createtime - Time the window item was created - new_data - 0=no new data, 1=text, 2=msg, 3=highlighted text - last_color - Color of the last highlighted text + data_level - 0=no new data, 1=text, 2=msg, 3=highlighted text + hilight_color - Color of the last highlighted text *** Channels @@ -613,7 +614,9 @@ Channel->{} (..contains all the same data as Windowitem above..) - topic - Chanenl topic + topic - Channel topic + topic_by - Nick who set the topic + topic_time - Timestamp when the topic was set no_modes - Channel is modeless mode - Channel mode @@ -747,6 +750,10 @@ Server::masks_match(masks, nick, address) *** Rawlog +Rawlog->{} + logging - The rawlog is being written to file currently + nlines - Number of lines in rawlog + Rawlog rawlog_create() Create a new rawlog. @@ -754,6 +761,9 @@ rawlog_create() Rawlog::destroy() Destroy the rawlog. +Rawlog::get_lines() + Returns all lines in rawlog. + rawlog_set_size(lines) Set the default rawlog size for new rawlogs. @@ -780,6 +790,7 @@ Rawlog::redirect(str) Log->{} fname - Log file name + real_fname - The actual opened log file (after %d.%m.Y etc. are expanded) opened - Log file is open level - Log only these levels last - Timestamp when last message was written @@ -833,8 +844,8 @@ Ignore->{} pattern - Ignore text pattern level - Ignore level - except_level - Ignore exception levels + exception - This is an exception ignore regexp - Regexp pattern matching fullword - Pattern matches only full words |