diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/language.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rbot/language.rb b/lib/rbot/language.rb index 7193c39e..8055ea0e 100644 --- a/lib/rbot/language.rb +++ b/lib/rbot/language.rb @@ -11,6 +11,9 @@ module Irc class Bot class Language + # Access needed for tests: + attr_reader :strings + # This constant hash holds the mapping # from long language names to the usual POSIX # locale specifications |