diff options
-rw-r--r-- | lib/rbot/registry.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/registry.rb b/lib/rbot/registry.rb index 44756a35..358c80d6 100644 --- a/lib/rbot/registry.rb +++ b/lib/rbot/registry.rb @@ -136,7 +136,7 @@ class Bot } @registry = nil @default = nil - @recover = nil + @recovery = nil # debug "initializing registry accessor with name #{@name}" end |