X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fdeepthoughts.rb;h=a6b4e80f657fa1f664b9d6efaaf09d1b7f2f1199;hb=6cf365c49ce5fbe24c0a4ff0663550390b501fea;hp=b1171bae8e82db5efcb5be2481335366fe74d9b6;hpb=6f9bfa43ac907700fcba394e0f6b9d987b1192fb;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/deepthoughts.rb b/data/rbot/plugins/deepthoughts.rb index b1171bae..a6b4e80f 100644 --- a/data/rbot/plugins/deepthoughts.rb +++ b/data/rbot/plugins/deepthoughts.rb @@ -79,7 +79,7 @@ class DeepThoughts < Plugin def help(plugin, topic="") "deepthought => think a deep thought." end - + def deepthought(m, params) m.reply THOUGHTS.pick_one end