X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fwow.rb;h=ec4a19d73a1f787d3fba346d0723cdd8c797e346;hb=24bb60775741d3731400f1e430ef6bf3a2e1b933;hp=4faadaf4576e520617efc005087a22a26dbd12ae;hpb=23f5b9a75731b7c5fcd1c92a77e1cd504abee183;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/wow.rb b/data/rbot/plugins/wow.rb index 4faadaf4..ec4a19d7 100644 --- a/data/rbot/plugins/wow.rb +++ b/data/rbot/plugins/wow.rb @@ -1,10 +1,13 @@ +#-- vim:sw=2:et +#++ # -# World of Warcraft Realm Status plugin for rbot -# by MrChucho (mrchucho@mrchucho.net) -# Copyright (C) 2006 Ralph M. Churchill +# :title: World of Warcraft Realm Status plugin for rbot # -# Requires: insatiable appetite for World of Warcraft +# Author:: MrChucho (mrchucho@mrchucho.net) +# Copyright:: (C) 2006 Ralph M. Churchill # +# Requires:: insatiable appetite for World of Warcraft + require 'open-uri' require 'rexml/document' @@ -120,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