JeremyStCyr
Historical / Guest
does anyone know how to get the speckicker to deny $nick instead of denying $address ?
#spec on
on *:JOIN:#: {
if ($me ison $chan) {
%sn.nick = $nick
%sn.chan = $chan
if ($nick ison $chan) { /ctcp $nick PING }
.timer.undo 1 3 unset %sn.*
}
}
raw 908:*:{
if ($me ison %sn.chan) {
raw access %sn.chan add deny *! [ $+ [ $ial(%sn.nick $+ *,1).addr 3 :Spec Nick ] ]
raw kick %sn.chan %sn.nick Go-Pay-MSN-Then-Come-Back:)
}
}
#spec end
JeremyStCyr
Historical / Guest
thanks yall and i was close to getting it to lol i was pulling the .addr out and adding .nick *!*@
JeremyStCyr
Historical / Guest
hey ozzy sometimes even if to many join after each other the speckicker will add deny *!*@ what do you suppose causes that?
JeremyStCyr
Historical / Guest
new question same topic lol
#spec3 on
on *:JOIN:#: {
if ($me ison $chan) {
%sn.nick = $nick
%sn.chan = $chan
if ($nick ison $chan) { /ctcp $nick PING }
.timer.undo 1 3 unset %sn.*
}
}
raw 908:*:{
if ($me ison %sn.chan) {
raw access %sn.chan add deny %sn.nick $+ !*@*$* 3 :Spec Nick | /auser speclist $address($nick,6) }
raw kick %sn.chan %sn.nick Go-Pay-MSN-Then-Come-Back:)
}
}
#spec3 end
#spec3 on
on speclist:JOIN:#:{ /access $chan add deny $address($nick,6) 25 :spec nick $replace($nick,>,Guest_) placed by $replace($me,>,Guest_) at $time , $date | /kick # $nick $read text\specnick.txt }
#spec3 end
why wont this work im trying to get my speckicker to add /auser speclist $address($nick,6)
and do you do the same for when you deny $address then add to speclist?
JeremyStCyr
Historical / Guest
thanks man and the same thing works for the $address banlist?