mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
test optimization.
This commit is contained in:
parent
6ba2120f5f
commit
6a1b9ccaeb
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user