]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - Rakefile
[core] unicode plugin that sets server encoding
[user/henk/code/ruby/rbot.git] / Rakefile
index 2b51595c6c3f035b187fcbb6d557e029d8bad313..97b3e1f328bfd694c09947c221a3069549424fb5 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -195,4 +195,4 @@ desc 'Generate mo files'
 task :makemo =>
   FileList['po/*/*.po'].pathmap('%{^po,data/locale}d/LC_MESSAGES/%n.mo')
 
-
+Dir['tasks/**/*.rake'].each { |t| load t }