summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rbot/registry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/registry.rb b/lib/rbot/registry.rb
index b85a6224..2ea2e578 100644
--- a/lib/rbot/registry.rb
+++ b/lib/rbot/registry.rb
@@ -100,7 +100,7 @@ class Bot
# blah = @registry[:blah]
# blah[:foo] = "flump"
# @registry[:blah] = blah
-
+ #
# If you don't need to store objects, and strictly want a persistant hash of
# strings, you can override the store/restore methods to suit your needs, for
# example (in your plugin):