]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
wow plugin: message tweaks
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 6 Aug 2008 21:54:43 +0000 (23:54 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 6 Aug 2008 21:54:43 +0000 (23:54 +0200)
data/rbot/plugins/wow.rb

index caf3925bfe8b7db76fc6078eaaaf2d35142a425b..e1c7a4a4ee20ab6bab338272f52a91c5abb2f8c4 100644 (file)
@@ -98,10 +98,10 @@ class RealmPlugin < Plugin
               realm_data.attributes['t'].to_i,
               realm_data.attributes['l'].to_i)
           else
-            "Realm, #{realm_name}, not found."
+            "realm #{realm_name} not found."
           end
         rescue => err
-          "Error retrieving realm status: #{err}"
+          "error retrieving realm status: #{err}"
         end
     end
     def realm(m,params)