IRCPlugin.setSettingByName

Called when we want to change a setting by its string name.

class IRCPlugin
@safe
bool
setSettingByName
(
const string setting
,
const string value
)

Return Value

Type: bool

Boolean of whether the set succeeded or not.

Meta