anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Markov chain generator #48

Open moopie opened 8 years ago

moopie commented 8 years ago

Bot should be able to store channel messages and generate markov chains for the users

for example

!emulate <User>

will generate a markov chain for the specific user from the channel history

moopie commented 8 years ago

work in progress