mirror of https://github.com/velour/catbase.git
Merge pull request #253 from velour/ImpossibleGame
Yea I'll merge this. Please and thank you.
This commit is contained in:
commit
06bf6fd733
|
@ -90,6 +90,11 @@ func (p *Impossible) message(c bot.Connector, kind bot.Kind, message msg.Message
|
|||
p.b.Send(c, bot.Message, message.Channel, fmt.Sprintf("You guessed the last impossible wikipedia article: \"%s\"", p.title))
|
||||
for !p.refreshImpossible() {
|
||||
}
|
||||
} else if strings.Contains(lowercase, "i friggin give up") {
|
||||
messaged = true
|
||||
p.b.Send(c, bot.Message, message.Channel, fmt.Sprintf("You're a failure the last impossible wikipedia article: \"%s\"", p.title))
|
||||
for !p.refreshImpossible() {
|
||||
}
|
||||
}
|
||||
|
||||
return messaged
|
||||
|
|
Loading…
Reference in New Issue