-
Notifications
You must be signed in to change notification settings - Fork 5
Rawlog
Tom Feist edited this page Jan 9, 2011
·
28 revisions
home | Irssi
* [[ATTRIBUTES|Rawlog#ATTRIBUTES]]
* [[METHODS|Rawlog#METHODS]]
* [[destroy|Rawlog#destroy]]
* [[get_lines|Rawlog#get_lines]]
* [[open $filename|Rawlog#open_$filename]]
* [[close|Rawlog#close]]
* [[save $filename|Rawlog#save_$filename]]
* [[input $str|Rawlog#input_$str]]
* [[output $str|Rawlog#output_$str]]
* [[redirect $str|Rawlog#redirect_$str]]
Rawlog->{}
logging - The rawlog is being written to file currently
nlines - Number of lines in rawlog
Destroy the rawlog.
Returns all lines in rawlog.
Start logging new messages in rawlog to specified file.
Stop logging to file.
Save the current rawlog history to specified file.
Send `str' to raw log as input text.
Send `str' to raw log as output text.
Send `str' to raw log as redirection text.
Much of the content on these pages is taken from original Irssi documentation and is Copyright © 2000-2010 The Irssi project. Formatting and additional documentation, examples, etc by Tom Feist and the other editors of this wiki. This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. Please see http://creativecommons.org/licenses/by-sa/2.5/ for details.