Project

General

Profile

Setoption » History » Revision 2

Revision 1 (Per Amundsen, 02/12/2014 09:35 PM) → Revision 2/4 (Per Amundsen, 04/28/2015 05:22 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. 

 *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* 

 <pre> 
 ;Disables timestamp in messages 
 /setoption Messages UseTimestamp CONF_usetimestamp False 
 </pre>