From 3303936fbeeae33e3e29cf93f91e306aa6974393 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 10 Jan 2019 14:16:04 +0100 Subject: bin/ii-answer: add comment about markov --- bin/ii-answer | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/ii-answer') diff --git a/bin/ii-answer b/bin/ii-answer index de6d3c9..886a548 100755 --- a/bin/ii-answer +++ b/bin/ii-answer @@ -159,6 +159,9 @@ find "${irc_dir}" \ sort -u ) if [ -n "${askers}" ]; then + # markov's source is there: https://git.eckner.net/Erich/markov + # its parameters are: a word list, the depth of the markov chain + # and the count of words to print "${base_dir}/bin/markov" ~/.words.irc 3 "$(printf '%s\n' "${askers}" | wc -l)" | \ for asker in ${askers}; do if ! read -r random; then -- cgit v1.2.3