WARNING! there's no going back now. this change is *huge* but it was overdue. WARNING! the database backend is now mysql. modules that should use a database but don't yet were left untouched, they'll come later. scripts haven't been converted yet, though i'm pretty sure i'll need to soon. while i was going through everything, connection/cursor idioms were cleaned up, as were a bunch of log messages and exception handling. this change is so gross i'm happy things appear to be working, which is the case --- all modules are lightly tested.
20 lines
320 B
Plaintext
20 lines
320 B
Plaintext
[dr.botzo]
|
|
server = irc.foonetic.net
|
|
port = 6667
|
|
nick = dr_devzo
|
|
name = dr. devzo
|
|
usermode = -x
|
|
debug = true
|
|
admin_userhost = bss@ayu.incorporeal.org
|
|
module_list = IrcAdmin
|
|
dbhost = localhost
|
|
dbuser = dr_botzo
|
|
dbpass = password
|
|
dbname = dr_botzo
|
|
|
|
[IrcAdmin]
|
|
autojoin = #bss
|
|
|
|
[Karma]
|
|
meta.pubmsg_needs_bot_prefix = false
|