Project

General

Profile

Savebuf » History » Version 11

Per Amundsen, 02/16/2023 03:12 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 11 Per Amundsen
*Switches*
8 1 Per Amundsen
9 11 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -a | Append the text to the end of the file. |
12
| -l | Use side-listbox. |
13
| -o | Indicates that you have specified [dialog id] parameters instead of a window name in order to save text from a custom dialog control. |
14
| -s | Use status window. |
15
| -N | Keep the nickcolumn character when saving a window. *(AdiIRC only)* |
16
| -p | Strip all [[Formatting Text<notextile>|</notextile>control codes]]. |
17
| -n | *TODO* |
18 1 Per Amundsen
19 11 Per Amundsen
*Parameters*
20 1 Per Amundsen
21 11 Per Amundsen
table(ktable).
22
|*Parameter*|*Description*|
23
| n1-n2 | Save only lines n1 to n2 starting from the end of the buffer. (if no lines are specified, all lines are saved) |
24
| <window <notextile>|</notextile> dialog id> | Window or dialog/dialogid to save from. |
25
| <filename> | Filename to save to. |