]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Fix small typo in basics core botmodule
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 25 Aug 2006 20:24:05 +0000 (20:24 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 25 Aug 2006 20:24:05 +0000 (20:24 +0000)
lib/rbot/core/basics.rb

index 8217895ef6eb061acc6be3b57d3bb5639c14d245..4cbdaab6cf9c590e61744336deabad60f4162dac 100644 (file)
@@ -179,7 +179,7 @@ basics.map "ping",
   :auth_path => '!ping!'\r
 basics.map "help *topic",\r
   :action => 'bot_help',\r
-  :default => { :topic => [""] },\r
+  :defaults => { :topic => [""] },\r
   :auth_path => '!help!'\r
 \r
 basics.default_auth('*', false)\r