
Where is username pur your bot username, and where is pass put your bot passwordbind evnt - init-server my:connect
proc my:connect init-server {
putquick "PRIVMSG Q@CServe.quakenet.org :AUTH <username> <password>"
putquick "MODE $::botnick +x"
}
Code: Select all
if {$bothost == "...@botnick.users.quakenet.org"} {
putquick "PRIVMSG $chan :\00310i am already auth'd with Q\003"}
Code: Select all
if {![string match -nocase "*@*.users.quakenet.org" $::botname]} {
# do the auth or whatever..
}