Skip to content
MSN Addons

not voiced

A TG007 community discussion started by samooh_2003.

Discussion 7 posts
Page 1 of 1
Open
Topic #4307 · 7 published posts · 894 views

how can i saied if that nick not voiced ?

 

if ($nick != +v) or how ???!

 

i wanna to make it like that ?

 

Edited Aug 2, 2005 8:13 PM by samooh_2003

on *:RAWMODE:*: {
if ($1 == +o) && ($2 !isvoice #) {
  mode # -o $2
  .msg # sorry $2 ... 've to be voiced 1st
}
}

Edited Aug 2, 2005 7:58 PM by Nimbus03

"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

Edited Aug 2, 2005 8:13 PM by samooh_2003

ahh i see, lol yeah that's another way of doing it

Edited Aug 2, 2005 8:15 PM by Nimbus03

"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 ?

Edited Aug 2, 2005 8:18 PM by samooh_2003

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