summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/azgame.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/azgame.rb')
-rw-r--r--data/rbot/plugins/azgame.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/azgame.rb b/data/rbot/plugins/azgame.rb
index ae059f7c..9d2cbe95 100644
--- a/data/rbot/plugins/azgame.rb
+++ b/data/rbot/plugins/azgame.rb
@@ -114,7 +114,7 @@ class AzGamePlugin < Plugin
k = m.channel.downcase.to_s
word = params[:word].downcase
if not @games.key?(k)
- m.reply "no A-Z game running here, can't check for #{word}, can I?"
+ m.reply "no A-Z game running here, can't check if #{word} is valid, can I?"
return
end
if word !~ /^[a-z]+$/