Setoption » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Per Amundsen, 05/24/2017 04:13 PM
Added in 1.8.9
/setoption <section> <option> [value]
Modifies a config.ini option and tells AdiIRC to reload the config.ini file.
/setoption with no parameters will just reload the config.ini file.
See also $readini, $adiircini.
Same as /setconfig,
Parameters
<section> - Section in the config.ini file to edit.
<options> - Option under the section in the config.ini file to edit.
[value] - Value to insert in the option.
Example
; Disables timestamp in messages. /setoption Messages UseTimestamp False ; Prints whether use timestamp is on or off. //echo -ag Timestamp is $iif($readini($adiircini, Messages, UseTimestamp) == True,on,off))
Updated by Per Amundsen over 7 years ago · 3 revisions