From a4ff366eea4c88083be8a3d30cc6395f17b55fe2 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 25 Aug 2006 20:24:05 +0000 Subject: Fix small typo in basics core botmodule --- lib/rbot/core/basics.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbot/core/basics.rb b/lib/rbot/core/basics.rb index 8217895e..4cbdaab6 100644 --- a/lib/rbot/core/basics.rb +++ b/lib/rbot/core/basics.rb @@ -179,7 +179,7 @@ basics.map "ping", :auth_path => '!ping!' basics.map "help *topic", :action => 'bot_help', - :default => { :topic => [""] }, + :defaults => { :topic => [""] }, :auth_path => '!help!' basics.default_auth('*', false) -- cgit v1.2.3