Setconfig » History » Version 1
Per Amundsen, 02/12/2014 09:35 PM
1 | 1 | Per Amundsen | _Added in 1.9.3_ |
---|---|---|---|
2 | |||
3 | */setconfig <section> <option> [value]* |
||
4 | |||
5 | Modifies a config.ini option and tells AdiIRC to reload the config.ini file. |
||
6 | |||
7 | /setconfig with no parameters will just reload the config.ini file. |
||
8 | |||
9 | *Parameters* |
||
10 | |||
11 | <section> - Section in the config.ini file to edit. |
||
12 | <options> - Option under the section in the config.ini file to edit. |
||
13 | [value] - Value to insert in the option. |
||
14 | |||
15 | *Example* |
||
16 | |||
17 | <pre> |
||
18 | ;Disables timestamp in messages |
||
19 | /setconfig Messages CONF_usetimestamp False |
||
20 | </pre> |