Array of all IRCPlugins.
Pointer to a CoreSettings struct.
Array of custom settings to apply to plugins' own setting, in the string forms of "plugin.setting=value".
Whether to apply settings to the core settings struct as well, or only to the plugins.
true if no setting name mismatches occurred, false if it did.
Changes a setting of a plugin, given both the names of the plugin and the setting, in string form.
This merely iterates the passed plugins and calls their IRCPlugin.setMemberByName
methods.