]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
script plugin: script echo and eval mark the message as replied
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 18 Mar 2008 23:21:49 +0000 (00:21 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 19 Mar 2008 13:49:48 +0000 (14:49 +0100)
data/rbot/plugins/script.rb

index f6d867c53e9ffb80353a140550d996316b17307a..83a1c9144f3efa1cfddb0ad0b6ebed8af1126fb6 100644 (file)
@@ -79,6 +79,7 @@ class ScriptPlugin < Plugin
         m.reply( e.inspect )
       end
     }
+    m.replied = true
   end
 
 
@@ -93,6 +94,7 @@ class ScriptPlugin < Plugin
         m.reply( e.inspect )
       end
     }
+    m.replied = true
   end