Project

General

Profile

Setconfig » History » Revision 4

Revision 3 (Per Amundsen, 04/18/2015 01:16 AM) → Revision 4/5 (Per Amundsen, 05/24/2017 04:13 PM)

_Added in 1.9.3_ 

 */setconfig <section> <option> [value]* 

 Modifies a config.ini option and tells AdiIRC to reload the config.ini file. 

 /setconfig with no parameters will just reload the config.ini file. 

 _See also [[$readini]], [[$adiircini]]._ 

 _Same as [[/setoption]],_ 

 *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 ;Disables timestamp in messages. messages 
 /setconfig Messages UseTimestamp False 

 ; Prints whether use timestamp is on or off. 
 //echo -ag Timestamp is $iif($readini($adiircini, Messages, UseTimestamp) == True,on,off)) 
 </pre>