diff --git a/plugins/URL.py b/plugins/URL.py index a6bbc3dc1..9bce2651a 100644 --- a/plugins/URL.py +++ b/plugins/URL.py @@ -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: