mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Fixed lingerinb bug from when random quotegrabs stuff was converted to config vars
This commit is contained in:
parent
35ab104533
commit
55a38cb211
@ -114,6 +114,9 @@ class QuoteGrabs(plugins.ChannelDBHandler, callbacks.Privmsg):
|
||||
channel)
|
||||
length = self.registryValue('randomGrabber.minimumCharacters',
|
||||
channel)
|
||||
grabTime = \
|
||||
self.registryValue('randomGrabber.averageTimeBetweenGrabs',
|
||||
channel)
|
||||
if self.registryValue('randomGrabber', channel):
|
||||
if len(payload) > length and len(payload.split()) > words:
|
||||
db = self.getDb(channel)
|
||||
|
Loading…
Reference in New Issue
Block a user