1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
irssi/docs/help/in/rawlog.in
Geert Hauwaerts 6e68b83723 Syntax rewrite for R-commands
Rewrote the syntax documentation for all commands starting with the
letter R.
2014-07-15 19:52:56 +02:00

27 lines
482 B
Plaintext

%9Syntax:%9
@SYNTAX:rawlog@
%9Parameters:%9
SAVE: Saves the raw server buffer into a file.
OPEN: Opens a logfile and start logging all raw data.
CLOSE: Closes the logfile
The filename to store the raw data into.
%9Description:%9
Saves all the raw data that is received from and transmitted to the active
server into a logfile.
%9Examples:%9
/RAWLOG SAVE ~/server.log
/RAWLOG OPEN ~/debug.log
/RAWLOG CLOSE
%9See also:%9 LOG