Oops, forgot this.

This commit is contained in:
Jeremy Fincher 2004-07-29 10:25:32 +00:00
parent d6faaefa30
commit e714edef3c

View File

@ -486,6 +486,13 @@ registerGlobalValue(supybot, 'flush',
inside the bot, your changes won't be flushed. To make this change
permanent, you must edit the registry yourself."""))
###
# supybot.commands. For stuff relating to commands.
###
registerGroup(supybot, 'commands')
# supybot.commands.disabled moved to callbacks for canonicalName.
###
# supybot.drivers. For stuff relating to Supybot's drivers (duh!)
###