diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-06 23:54:43 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-06 23:54:43 +0200 |
commit | c76d468894bbf617eaee2f1e8029194a2a1a27d5 (patch) | |
tree | 81aa78a2baa7daf9a7bc22a920a0fcd489781b5c /data/rbot/plugins | |
parent | c55aef76a4298c70667ebe932c579ec2497ee191 (diff) |
wow plugin: message tweaks
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r-- | data/rbot/plugins/wow.rb | 4 |
1 files 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) |