Forgot a parenthese, resulting in a TypeError.

This commit is contained in:
Jeremy Fincher 2005-03-25 18:13:55 +00:00
parent 9c7c384d22
commit 1a1a40ad1f

View File

@ -385,7 +385,7 @@ class Owner(callbacks.Plugin):
'hostmask to id mapping')))
ircdb.users._hostmaskCache.clear()
L.append(format('linecache line cache flushed: %s cleared.',
(len(linecache.cache, 'line'))))
(len(linecache.cache), 'line'))))
linecache.clearcache()
sys.exc_clear()
collected = world.upkeep()