Savebuf » History » Version 10
Per Amundsen, 12/13/2019 09:10 PM
1 | 1 | Per Amundsen | _Added in 1.9.4_ |
---|---|---|---|
2 | |||
3 | 8 | Per Amundsen | */savebuf [-aglosNn] [n1-n2] <window | dialog id> <filename>* |
4 | 1 | Per Amundsen | |
5 | Saves the specified number of lines from the end of the buffer of the specified window into the specified filename. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | n1-n2 - Save only lines n1 to n2 starting from the end of the buffer. (if no lines are specified, all lines are saved) |
||
10 | <window | dialog id> - Window or dialog/dialogid to save from. |
||
11 | <filename> - Filename to save to. |
||
12 | |||
13 | *Switches* |
||
14 | |||
15 | -a - Append the text to the end of the file. |
||
16 | 10 | Per Amundsen | -l - Use side-listbox. |
17 | 1 | Per Amundsen | -o - Indicates that you have specified [dialog id] parameters instead of a window name in order to save text from a custom dialog control. |
18 | -s - Use status window. |
||
19 | 9 | Per Amundsen | -N - Keep the nickcolumn character when saving a window. *(AdiIRC only)* |
20 | 1 | Per Amundsen | -p - Strip all [[Formatting Text|control codes]]. |
21 | 9 | Per Amundsen | -n - *TODO* |