]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/registry.rb
attempt to resolve #65
[user/henk/code/ruby/rbot.git] / lib / rbot / registry.rb
index 6afc7622e745dfd54db608fef627b235ac96337a..6388c91db4d7b7bcbc250ae92520c7ac901f0e63 100644 (file)
@@ -118,6 +118,10 @@ module Irc
       # debug "initializing registry accessor with name #{@name}"
     end
 
+    def flush
+      @registry.flush
+    end
+
     # convert value to string form for storing in the registry
     # defaults to Marshal.dump(val) but you can override this in your module's
     # registry object to use any method you like.