]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - test/mock.rb
chucknorris: fix loading
[user/henk/code/ruby/rbot.git] / test / mock.rb
index ba6326dbf3930feff354c4b38af3e36f1566083e..30c4ffab18c3e0b88bce6c525415bd755e8a6b8f 100644 (file)
@@ -77,6 +77,10 @@ class MockMessage
     reply 'okay'
   end
 
+  def thanks
+    reply 'thanks :)'
+  end
+
   def public?
     true
   end