summaryrefslogtreecommitdiff
path: root/lib/rbot/core
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-25 20:24:05 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-25 20:24:05 +0000
commita4ff366eea4c88083be8a3d30cc6395f17b55fe2 (patch)
tree19fdf35956929ea02c15300ec96e62f2f98389b0 /lib/rbot/core
parentc076cffc3616290badcc5e14aeb06cb291021a53 (diff)
Fix small typo in basics core botmodule
Diffstat (limited to 'lib/rbot/core')
-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)