markov: removed some debug stuff
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ede74c275f
commit
327ce86ccd
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ func markovHandleMessage(m *Message) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(m.From, BotName)
|
|
||||||
if m.From != BotName {
|
if m.From != BotName {
|
||||||
markovChain.Write(text)
|
markovChain.Write(text)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue