mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Reversed the arguments to makeChannelFilename.
This commit is contained in:
parent
9d320188d1
commit
403afe653a
@ -91,7 +91,7 @@ conf.registerChannelValue(conf.supybot.plugins.URL, 'nonSnarfingRegexp',
|
||||
class URLDB(object):
|
||||
def __init__(self, channel, log):
|
||||
self.log = log
|
||||
self.filename = plugins.makeChannelFilename('URL.db', channel)
|
||||
self.filename = plugins.makeChannelFilename(channel, 'URL.db')
|
||||
|
||||
def _getFile(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user