mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Eh, those things didn't need to be where they were.
This commit is contained in:
parent
5264cfb05d
commit
4b107808c2
@ -40,11 +40,4 @@ othersDir = os.path.join(installDir, 'others')
|
||||
sys.path.insert(0, srcDir)
|
||||
sys.path.insert(0, othersDir)
|
||||
|
||||
import registry
|
||||
|
||||
supybot = registry.Group()
|
||||
supybot.setName('supybot')
|
||||
supybot.registerGroup('plugins')
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
@ -55,7 +55,6 @@ allowEval = False
|
||||
|
||||
supybot = registry.Group()
|
||||
supybot.setName('supybot')
|
||||
supybot.registerGroup('plugins') # This will be used by plugins, but not here.
|
||||
|
||||
def registerPlugin(name, currentValue=None):
|
||||
supybot.plugins.registerGroup(
|
||||
@ -408,6 +407,8 @@ you to integrate with asyncore-based applications. twistedDrivers is very
|
||||
stable and simple, and if you've got Twisted installed, is probably your best
|
||||
bet."""))
|
||||
|
||||
supybot.registerGroup('plugins') # This will be used by plugins, but not here.
|
||||
|
||||
###############################
|
||||
###############################
|
||||
###############################
|
||||
|
Loading…
Reference in New Issue
Block a user