markov: removed some debug stuff
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ede74c275f
commit
327ce86ccd
|
@ -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…
Reference in New Issue