diff options
Diffstat (limited to 'lib/rbot/dbhash.rb')
-rw-r--r-- | lib/rbot/dbhash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/dbhash.rb b/lib/rbot/dbhash.rb index 704dafae..8b128f1b 100644 --- a/lib/rbot/dbhash.rb +++ b/lib/rbot/dbhash.rb @@ -75,7 +75,7 @@ module Irc def DBHash.create_db(name) debug "DBHash: creating empty db #{name}" - return BDB::Hash.open(name, nil, + return BDB::Hash.open(name, nil, BDB::CREATE | BDB::EXCL, 0600) end |