Default Values
How can I change a configuration value back to its default?
ali
A description of the basics involved in configuring your Supybot.
Page
5
of
9.
If you're ever curious what the default for a given configuration variable is, use the config default command:
<jemfinch|lambda> @config default supybot.reply.whenAddressedBy.chars <supybot> jemfinch|lambda: ''
Thus, to reset a configuration variable to its default value, you can simply say:
<jemfinch|lambda> @config supybot.reply.whenAddressedBy.chars [config
default supybot.reply.whenAddressedBy.chars]
<supybot> jemfinch|lambda: The operation succeeded.
<jemfinch|lambda> @note that this does nothing
Simple, eh?