imported irssi.
[silc.git] / apps / irssi / docs / help / in / rawlog.in
1
2 @SYNTAX:rawlog@
3
4 All data that is received or sent to server is kept in a raw log
5 buffer for a while. Also event redirections are kept there. This is
6 very useful for debugging purposes.
7
8 /RAWLOG SAVE <filename> - Save the current raw log buffer to file 
9 /RAWLOG OPEN <filename> - Like /RAWLOG SAVE, but keep the log file
10                           open and write all new log to it.
11 /RAWLOG CLOSE - Close the open raw log
12         
13 /SET rawlog_lines <count> - Specify the number of raw log lines to
14                             keep in memory.
15