mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
Forgot to set the probability for NO YUO
This commit is contained in:
parent
7fd9859682
commit
aa09eb16a7
@ -678,7 +678,7 @@ class Fun(callbacks.Privmsg):
|
||||
text = privmsgs.getArgs(args)
|
||||
|
||||
if random.random() < .03:
|
||||
irc.reply(msg, randomlyLaugh('NO YUO'))
|
||||
irc.reply(msg, randomlyLaugh('NO YUO', probability=1))
|
||||
return
|
||||
|
||||
alwaysInsertions = {
|
||||
|
Loading…
Reference in New Issue
Block a user