From ff86d2cccd6bbf0cd05a2daea33626b538219154 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 22 Sep 2004 21:39:59 +0000 Subject: [PATCH] Forgot to remove XXXes. --- src/Owner.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Owner.py b/src/Owner.py index c15cb8525..f1a68504f 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -120,7 +120,6 @@ def loadPluginClass(irc, module, register=None): conf.registerPlugin(plugin, register, public) assert not irc.getCallback(plugin) try: - # XXX We should first register the rename plugin. renames = registerRename(plugin)() if renames: for command in renames: @@ -153,8 +152,6 @@ def registerDefaultPlugin(command, plugin): conf.supybot.commands.defaultPlugins.get(command).set(plugin) def registerRename(plugin, command=None, newName=None): - # XXX renames.plugin should have a list of the renames, so they can be - # registered from that value. g = conf.registerGlobalValue(conf.supybot.commands.renames, plugin, registry.SpaceSeparatedSetOfStrings([], """Determines what commands in this plugin are to be renamed."""))