Hopefully this will completely fix the WordStats bug.

This commit is contained in:
James Vega 2004-12-18 12:15:46 +00:00
parent cd4f073ad5
commit 6a1d4d64f6

View File

@ -322,7 +322,7 @@ class WordStats(callbacks.Privmsg):
wordstats = wrap(wordstats,
['channeldb',
optional('otherUser'),
additional('somethingWithoutSpaces')])
additional('lowered')])
Class = WordStats