From 403afe653a9e101be8280233056204c3ec6e67b3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 20 Aug 2004 05:14:34 +0000 Subject: [PATCH] Reversed the arguments to makeChannelFilename. --- plugins/URL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: