_Added in 1.9.4_ */savebuf [-aglosNn] [n1-n2] * Saves the specified number of lines from the end of the buffer of the specified window into the specified filename. *Switches* table(ktable). |*Switch*|*Description*| | -a | Append the text to the end of the file. | | -l | Use side-listbox. | | -o | Indicates that you have specified [dialog id] parameters instead of a window name in order to save text from a custom dialog control. | | -s | Use status window. | | -N | Keep the nickcolumn character when saving a window. *(AdiIRC only)* | | -p | Strip all [[Formatting Text|control codes]]. | | -n | *TODO* | *Parameters* table(ktable). |*Parameter*|*Description*| | n1-n2 | Save only lines n1 to n2 starting from the end of the buffer. (if no lines are specified, all lines are saved) | | | dialog id> | Window or dialog/dialogid to save from. | | | Filename to save to. |