Update Encyclopedia config.py to use the new ubottu.com address (LP: 340274)

This commit is contained in:
Terence Simpson 2009-03-10 05:16:09 +00:00
parent cb312e27ef
commit cc4e59ca57

View File

@ -33,6 +33,6 @@ conf.registerGlobalValue(Encyclopedia, 'datadir',
conf.registerChannelValue(Encyclopedia, 'alert',
registry.SpaceSeparatedListOfStrings(['ops', 'op', 'kops', 'calltheops'], 'factoid name(s) used for alerts', private=True))
conf.registerChannelValue(Encyclopedia, 'remotedb',
registry.String('http://jussi01.com/web/ubuntu.db', 'Remote location of the master database', private=True))
registry.String('http://ubottu.com/ubuntu.db', 'Remote location of the master database', private=True))
conf.registerChannelValue(Encyclopedia, 'ignores',
registry.SpaceSeparatedListOfStrings(['find', 'info'], 'factoid name(s) to ignore', private=True))