myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
https://sopel.chat/
Other
235 stars 101 forks source link

Made learn.py #244

Open gmaster350 opened 8 years ago

gmaster350 commented 8 years ago

dictionary.txt list_of_replies.txt

Above plaintext files are needed for jenni to retain info between reloads. They currently must be placed into the modules folder.

kaneda commented 8 years ago

Hey @gmaster350, I'm not comfortable dropping anything in modules. IF you want to use files please drop them into jenni home, which is a hidden folder automatically stored in ~/.jenni, but also look at the jenni brain PR (https://github.com/myano/jenni/pull/241) which should make the need to do this obsolete.