dr.botzo/markov
Brian S. Stephan 43f2b09057 don't add the empty string to additional nicks
thinko on my part, this was making the regex for matching all nicks to
'|nick' when the field is '', because of split producing ['']. in
particular this was making markov trigger on every line
2021-04-25 21:00:34 -05:00
..
migrations remove unnecessary unicode_literal future imports, we py3 now 2019-06-21 15:23:33 -05:00
templates/markov collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
__init__.py collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
admin.py collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
forms.py collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
ircplugin.py don't add the empty string to additional nicks 2021-04-25 21:00:34 -05:00
lib.py add markov RPC method for generating a line from a context 2019-09-19 00:12:36 -05:00
models.py version bumps and migration to django 2.2 2019-06-21 10:05:40 -05:00
urls.py add markov RPC method for learning a line 2019-09-19 00:21:18 -05:00
views.py add markov RPC method for learning a line 2019-09-19 00:21:18 -05:00