Project

General

Profile

Actions

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

Parameter Description
<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.
/setconfig 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 about 1 year ago · 5 revisions

Also available in: PDF HTML TXT