diff options
| author | 2019-09-20 18:52:52 +0100 | |
|---|---|---|
| committer | 2019-09-20 18:52:52 +0100 | |
| commit | 72ff24227d3afd2af18d8f85b296d103af1af254 (patch) | |
| tree | f246b446c3a8856a09e47bd6f34e21d2ead9d1f9 /modules | |
| parent | copypaste fail, duplicate "markov" command hook (diff) | |
| signature | ||
we only need 1 level of "end" markov chains
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/markov.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/markov.py b/modules/markov.py index 3383da6b..d1fd91dc 100644 --- a/modules/markov.py +++ b/modules/markov.py @@ -24,7 +24,6 @@ class Module(ModuleManager.BaseModule): inserts.append(words[i:i+3]) inserts.append([words[-2], words[-1], None]) - inserts.append([words[-1], None, None]) for insert in inserts: frequency = self.bot.database.execute_fetchone("""SELECT |
