summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rbot/plugins/games/azgame.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/games/azgame.rb b/data/rbot/plugins/games/azgame.rb
index 1df3c7b4..05b767f0 100644
--- a/data/rbot/plugins/games/azgame.rb
+++ b/data/rbot/plugins/games/azgame.rb
@@ -132,7 +132,7 @@ class AzGamePlugin < Plugin
end
def initialize_wordlist(lang)
- wordlist = @wordlist_base + lang
+ wordlist = @wordlist_base + lang.to_s
if File.exist?(wordlist)
words = File.readlines(wordlist).map {|line| line.strip}.uniq
if(words.length >= 4) # something to guess