]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
try again
authorTom Gilbert <tom@linuxbrit.co.uk>
Sun, 7 Aug 2005 16:32:09 +0000 (16:32 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Sun, 7 Aug 2005 16:32:09 +0000 (16:32 +0000)
lib/rbot/config.rb

index 5af50f346b3eb849d5a09546318f009712c9bf01..383cef962e2196857923e153fda96921e21bcca0 100644 (file)
@@ -7,7 +7,7 @@ module Irc
     module YAML
       def YAML.load_file( filepath )
         File.open( filepath ) do |f|
-          YAML::load( f )
+          load( f )
         end
       end
     end