]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/wow.rb
markov plugin: don't echo a line a line that is just a substring of the input line
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / wow.rb
index 1106d3ccc7f4028e1d9ee33cd5d53ca4ae54ef66..ec4a19d73a1f787d3fba346d0723cdd8c797e346 100644 (file)
@@ -123,4 +123,5 @@ class RealmPlugin < Plugin
     end
 end
 plugin = RealmPlugin.new
-plugin.map 'realm *realm_name', :defaults => {:realm_name => false}
+plugin.map 'realm *realm_name',
+  :defaults => {:realm_name => false}, :thread => true