Skip to content
Tom Feist edited this page Jan 9, 2011 · 28 revisions

Irssi::Rawlog

home | Irssi
* [[Irssi::Rawlog|#Irssi::Rawlog]]
   * [[ATTRIBUTES|#ATTRIBUTES]]
   * [[METHODS|#METHODS]]
      * [[destroy|#destroy]]
      * [[get_lines|#get_lines]]
      * [[open $filename|#open_$filename]]
      * [[close|#close]]
      * [[save $filename|#save_$filename]]
      * [[input $str|#input_$str]]
      * [[output $str|#output_$str]]
      * [[redirect $str|#redirect_$str]]

ATTRIBUTES

Rawlog->{}

logging - The rawlog is being written to file currently
nlines - Number of lines in rawlog

METHODS

destroy

Destroy the rawlog.

get_lines

Returns all lines in rawlog.

open $filename

Start logging new messages in rawlog to specified file.

close

Stop logging to file.

save $filename

Save the current rawlog history to specified file.

input $str

Send `str' to raw log as input text.

output $str

Send `str' to raw log as output text.

redirect $str

Send `str' to raw log as redirection text.

Clone this wiki locally