Code: Select all
set nickpass "*******"
set eggnick "massimo"
bind notc B "*This nickname is registered and protected.*" nickserv_sux
proc nickserv_sux { nick uhost hand text } {
global botnick eggnick nickpass
if { $botnick == "$eggnick" } {
putserv "PRIVMSG nickserv :identify $nickpass"
putlog "Sending Identify to NickServ"
} else {
putlog "$eggnick is using a nick owned by someone else"
}
}
bind dcc o nickserv nickserv
proc nickserv { hand idx mascara } {
global nickpass
putserv "PRIVMSG nickserv :identify $nickpass"
}
putlog "Loading Bot_Identifyer Script, v0.4 -- By GiZZmo <vivas@usa.net> and Buster_ <ejr@infonet.com.br> - Edited by DBG"
[ massimo ] [23:10] Tcl error [nickserv_sux]: called "nickserv_sux" with too many arguments
[ massimo ] [23:10] Tcl error [nickserv_sux]: called "nickserv_sux" with too many arguments
If you could help in any way it would be great. Thank you for your time.
