From c710eee9589a2ca2ab9c307b29efb5cfd0ee175a Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 8 Aug 2008 09:36:21 +0200 Subject: markov plugin: always plain replies when chipping in --- data/rbot/plugins/markov.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/markov.rb b/data/rbot/plugins/markov.rb index 9b83e53a..48be7067 100644 --- a/data/rbot/plugins/markov.rb +++ b/data/rbot/plugins/markov.rb @@ -187,7 +187,7 @@ class MarkovPlugin < Plugin # of the line we received return if message.index(line) == 0 @bot.timer.add_once(delay) { - m.reply line + m.plainreply line } end -- cgit v1.2.3