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