Project

General

Profile

Setoption » History » Version 1

Per Amundsen, 02/12/2014 09:35 PM

1 1 Per Amundsen
_Added in 1.8.9_
2
3
*/setoption <section> <option> [value]*
4
5
Modifies a config.ini option and tells AdiIRC to reload the config.ini file.
6
7
/setoption 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
/setoption Messages CONF_usetimestamp False
20
</pre>