Savebuf » History » Version 1
  Per Amundsen, 08/17/2014 04:22 AM 
  
| 1 | 1 | Per Amundsen | _Added in 1.9.4_ | 
|---|---|---|---|
| 2 | |||
| 3 | h1. Savebuf | ||
| 4 | |||
| 5 | */savebuf [-aglos] [n1-n2] <window | dialog id> <filename>* | ||
| 6 | |||
| 7 | Saves the specified number of lines from the end of the buffer of the specified window into the specified filename. | ||
| 8 | |||
| 9 | *Parameters* | ||
| 10 | |||
| 11 | n1-n2 - Save only lines n1 to n2 starting from the end of the buffer. (if no lines are specified, all lines are saved) | ||
| 12 | <window | dialog id> - Window or dialog/dialogid to save from. | ||
| 13 | <filename> - Filename to save to. | ||
| 14 | |||
| 15 | *Switches* | ||
| 16 | |||
| 17 | -a - Append the text to the end of the file. | ||
| 18 | -g - ??? | ||
| 19 | -l - Use side-listbox. (AdiIRC only) | ||
| 20 | -o - Indicates that you have specified [dialog id] parameters instead of a window name in order to save text from a custom dialog control. | ||
| 21 | -s - Use status window. |