mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Forgot a parenthese, resulting in a TypeError.
This commit is contained in:
parent
9c7c384d22
commit
1a1a40ad1f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user