summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins')
-rwxr-xr-xdata/rbot/plugins/markov.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/markov.rb b/data/rbot/plugins/markov.rb
index b543e5f4..e8ddee49 100755
--- a/data/rbot/plugins/markov.rb
+++ b/data/rbot/plugins/markov.rb
@@ -598,8 +598,8 @@ class MarkovPlugin < Plugin
message = "#{m.sourcenick} #{message}"
end
- learn message
random_markov(m, message) unless readonly? m or m.replied?
+ learn message
end