Searching the Registry
Um, what was that registry value called for doing X, Y or Z?
ali
A description of the basics involved in configuring your Supybot.
Page
6
of
9.
Now, let's say you want to find all configuration variables that might be even remotely related to opping. For that, you'll want the config search command. Check this out:
<jemfinch|lambda> @config search op
<supybot> jemfinch|lambda:
supybot.plugins.Enforcer.autoOp,
supybot.plugins.Enforcer.autoHalfop,
supybot.plugins.Enforcer.takeRevenge.onOps,
supybot.plugins.Enforcer.cycleToGetOps,
supybot.plugins.Topic, supybot.plugins.Topic.public,
supybot.plugins.Topic.separator,
supybot.plugins.Topic.format,
supybot.plugins.Topic.recognizeTopiclen,
supybot.plugins.Topic.default,
supybot.plugins.Topic.undo.maz, and
supybot.plugins.Relay.topicSync
Sure, it showed up all the topic-related stuff in there, but it also showed you all the op-related stuff, too. Do note, however, that you can only see configuration variables for plugins that you have loaded or that you loaded in the past; if you've never loaded a plugin, there's no way for the bot to know what configuration variables it registers.