Timestamp » History » Version 1
Per Amundsen, 04/29/2015 05:20 PM
1 | 1 | Per Amundsen | _Added in 1.9.7_ |
---|---|---|---|
2 | |||
3 | */timestamp [-fgs|a|e] [on|off|default] [windowname]* |
||
4 | |||
5 | Turns on/off timestamp globally or per window. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -f - Sets the timestamp event format. |
||
10 | -g - Sets the timestamp log format. |
||
11 | -s - Sets timestamp status for the status window. |
||
12 | -a - Sets timestamp status for the active window. |
||
13 | -e - Sets timestamp status for all open windows. |
||
14 | |||
15 | *Parameters* |
||
16 | |||
17 | [on|off|default] - Set timestamp status to on, off or default. |
||
18 | [windowname] - Set timestatmp status for windowname. |
||
19 | |||
20 | *Examples* |
||
21 | |||
22 | <pre> |
||
23 | ; Changes the timestamp format |
||
24 | /timestamp -f [%HH:%nn] |
||
25 | |||
26 | ; Enables global timestamp |
||
27 | /timestamp on |
||
28 | |||
29 | ; Disables timestamp for #channel |
||
30 | /timestamp off #channel |
||
31 | </pre> |