Setconfig » History » Version 2
Per Amundsen, 04/18/2015 01:16 AM
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 | 2 | Per Amundsen | /setconfig Messages Usetimestamp False |
20 | 1 | Per Amundsen | </pre> |