this is to let any sort of autosend commands apply before joining channels. for example, i have my bot set to turn on its hostserv cloak, which was sometimes happening after channel joins, making its hostname appear different in various channels. this solves that as a total aside, this module is becoming really poorly named, i should probably do something about that
22 lines
363 B
Plaintext
22 lines
363 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
|
|
sleep = 30
|
|
automsg = nickserv identify foo
|
|
|
|
[Karma]
|
|
meta.pubmsg_needs_bot_prefix = false
|