Project

General

Profile

Setoption » History » Version 2

Per Amundsen, 04/28/2015 05:22 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 2 Per Amundsen
/setoption Messages UseTimestamp False
20 1 Per Amundsen
</pre>