diff options
| author | 2019-10-29 18:09:57 +0000 | |
|---|---|---|
| committer | 2019-10-29 18:09:57 +0000 | |
| commit | 8ec365ceefa1a53cd73f429dddaad631580f8eb0 (patch) | |
| tree | 46359d1bb4e62268be899a286954f07afdd5572f /modules/markov.py | |
| parent | utils.parse doesn't need to import utils (diff) | |
| signature | ||
don't record ACTIONs in markov chains
Diffstat (limited to 'modules/markov.py')
| -rw-r--r-- | modules/markov.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/markov.py b/modules/markov.py index 0075c1a5..c2d4a792 100644 --- a/modules/markov.py +++ b/modules/markov.py @@ -16,7 +16,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("command.regex") @utils.kwarg("expect_output", False) - @utils.kwarg("ignore_action", False) + @utils.kwarg("ignore_action", True) @utils.kwarg("command", "markov-trigger") @utils.kwarg("pattern", re.compile(".+")) def channel_message(self, event): |
