mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +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)
|
text = privmsgs.getArgs(args)
|
||||||
|
|
||||||
if random.random() < .03:
|
if random.random() < .03:
|
||||||
irc.reply(msg, randomlyLaugh('NO YUO'))
|
irc.reply(msg, randomlyLaugh('NO YUO', probability=1))
|
||||||
return
|
return
|
||||||
|
|
||||||
alwaysInsertions = {
|
alwaysInsertions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user