diff options
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/markov.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/markov.rb b/data/rbot/plugins/markov.rb index 9da95af0..e85664f3 100644 --- a/data/rbot/plugins/markov.rb +++ b/data/rbot/plugins/markov.rb @@ -254,7 +254,7 @@ class MarkovPlugin < Plugin lines.each { |l| @learning_queue.push l } end - def message(m) + def unreplied(m) return if ignore? m # in channel message, the kind we are interested in |