mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Small fix for when we generate a markov chain with initial words.
This commit is contained in:
parent
f96e38f480
commit
28185185dd
@ -314,7 +314,7 @@ class Markov(callbacks.Privmsg):
|
||||
return
|
||||
words.append(follower)
|
||||
if givenArgs:
|
||||
irc.reply(' '.join(words))
|
||||
irc.reply(' '.join(words[:-1]))
|
||||
else:
|
||||
irc.reply(' '.join(resp))
|
||||
self.q.enqueue(markov)
|
||||
|
Loading…
Reference in New Issue
Block a user