diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-25 20:24:05 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-25 20:24:05 +0000 |
commit | a4ff366eea4c88083be8a3d30cc6395f17b55fe2 (patch) | |
tree | 19fdf35956929ea02c15300ec96e62f2f98389b0 | |
parent | c076cffc3616290badcc5e14aeb06cb291021a53 (diff) |
Fix small typo in basics core botmodule
-rw-r--r-- | lib/rbot/core/basics.rb | 2 |
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)
|