i downloaded several eggdrop autoidentify on nickserv scripts but they all doesn't work. why?
botnick.tcl
# BotNick!
#
# Getting eggdrop 1.1.5 bots to respond to nickserv, stops the bot
# getting killed if there is a netsplit.
#
# Set the "nickpass" variable to the password used with nickserv.
set mask "NickServ!ubaldas@aitvaras.net" ;#change it to match NickServ mask
set np "ziuzia"
bind notc - "$mask" botident
proc botident {nick uhost handle text dest} {
global mask np
if {[string match "*nickname*registered*" "$text"]}
putquick "PRIVMSG Nickserv :identify $np" -next
}
}
But then again, this is not a safe method either since your password is written (un-encrypted) in your TCL file.
it still doesn`t work, but thanks anyway.
to identify on nickserv i wrote on eggdrop.conf where is my server list:
irc.omnitel.net:6667 a added :ziuzia
so now it's irc.omnitel.net:6667:ziuzia ,,, and that works fine...
but i have another problem.. why the bot doesn't answer when i try to DCC chat with it?
well either the bot doesn't recognize your host, or the DCC chat doesn't work on your connection.
try /ctcp <botnick> chat if the bot requests chat then it recognizes u as owner. if not then telnet the bot (i.e. telnet <my-ip> <listen-port>) and see .help +host to add a new host into your handle.