From c76d468894bbf617eaee2f1e8029194a2a1a27d5 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 6 Aug 2008 23:54:43 +0200 Subject: [PATCH] wow plugin: message tweaks --- data/rbot/plugins/wow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/rbot/plugins/wow.rb b/data/rbot/plugins/wow.rb index caf3925b..e1c7a4a4 100644 --- a/data/rbot/plugins/wow.rb +++ b/data/rbot/plugins/wow.rb @@ -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) -- 2.39.5