how can i saied if that nick not voiced ?
if ($nick != +v) or how ???!
i wanna to make it like that ?
A TG007 community discussion started by samooh_2003.
how can i saied if that nick not voiced ?
if ($nick != +v) or how ???!
i wanna to make it like that ?
on *:RAWMODE:*: {
if ($1 == +o) && ($2 !isvoice #) {
mode # -o $2
.msg # sorry $2 ... 've to be voiced 1st
}
}
"the important thing was, that i had an onion on my belt, which was the style at the time"
thnx man LOL nice to c u every time also this is working 2
on ^*:OP:#:{
if ($me isowner $chan) && ($opnick !isvoice $chan) {
/mode # -o $opnick
/privmsg # sorry $opnick u 've to be voiced 1st
}
}
sorry there was a little mistake
ahh i see, lol yeah that's another way of doing it
"the important thing was, that i had an onion on my belt, which was the style at the time"
some time alot of hosts become in da room and if we saied no dont host more they will get angry so this to low some of hosts with out problems and to prvent ppl who wanna make mass kick on host and so on... hope u got me ?
yeah i understand you, just the method before you edited it was a bit confusing, but i get ya now
"the important thing was, that i had an onion on my belt, which was the style at the time"
yea cause i was testing it yet was modified it and post it here before testing.. so thnx for u .. alittle here who answer
Sign in to reply or start a new topic where your account has permission.