public
Description: Direct Connect bot written in Ruby
Clone URL: git://github.com/kballard/dcbot.git
Search Repo:
Switch to sqlite3
kballard (author)
Tue Feb 26 15:16:43 -0800 2008
commit  55b49412f3ec09069481b650f750737546e3f71e
tree    a9af0f3fc664923d7a688ef549b535e3dda14a86
parent  f8e3b582038680ed2cd5b7febd35ec9340d383c9
...
62
63
64
65
66
67
68
 
 
69
70
71
...
62
63
64
 
 
 
 
65
66
67
68
69
0
@@ -62,10 +62,8 @@
0
   
0
   def self.initdb
0
     ActiveRecord::Base.establish_connection(
0
- :adapter => "mysql",
0
- :host => "localhost",
0
- :username => "dcbot",
0
- :database => "40thieves")
0
+ :adapter => "sqlite3",
0
+ :dbfile => "dcbot.db")
0
   end
0
 end
0
 

Comments

    No one has commented yet.