summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/core/basics.rb2
1 files changed, 1 insertions, 1 deletions
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)