test optimization.

This commit is contained in:
Jeremy Fincher 2004-10-04 16:24:08 +00:00
parent 6ba2120f5f
commit 6a1b9ccaeb

View File

@ -69,10 +69,10 @@ conf.registerChannelValue(conf.supybot.plugins.URL, 'nonSnarfingRegexp',
class UrlRecord(dbi.Record):
__fields__ = [
'url',
'by',
'near',
'at',
('url', eval),
('by', eval),
('near', eval),
('at', eval),
]
class DbiUrlDB(plugins.DbiChannelDB):