From f9ce9ceadb7a1e1b8cd0682f182c6aa982e337de Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 16 Dec 2006 23:08:31 +0000 Subject: Previous commit also had fixes in azgame, forgot to log them --- data/rbot/plugins/azgame.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot/plugins/azgame.rb') 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]+$/ -- cgit v1.2.3