mIRC Home    About    Download    Register    News    Help

Print Thread
#36352 14/07/03 09:53 PM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
is that valid?
the server im on <censered by user>, sets me the mode i chose, not nick
so i need to NOT respond if the servers sets mode

on *:voice:*: {
if ($vnick == $me) {
if ($nick != ChanServ) {
.timer 1 5 msg $chan ty $nick
}
}
}
on *:op:*: {
if ($vnick == $me) {
if ($nick != ChanServ) {
.timer 1 5 msg $chan ty $nick
}
}
}

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
on *:VOICE:#: {
if ($vnick == $me) && (*Serv !iswm $nick) .timer 1 5 /msg $chan Thank you for the voice, $nick
}

on *:OP:#: {
if ($opnick == $me) && (*Serv !iswm $nick) .timer 1 5 /msg $chan Thank you for the op, $nick
}


-KingTomato
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
no look...

moderators please leave as much as u can...

Code:
[07/14][17:49:42pm] &lt;NiTeMaRe&gt; !mvoice
[07/14][17:49:43pm] * matrixn3t.future-irc.net sets mode: +vvv MTec89 SubZero ATMA
[07/14][17:49:48pm] &lt;MTec89&gt; ty matrixn3t.future-irc.net


see? its thankiung the server i am on....

i only want to thank people in the room

Joined: Jun 2003
Posts: 67
D
Babel fish
Offline
Babel fish
D
Joined: Jun 2003
Posts: 67
if the ppl are using !mvoice to coice u then that should be ur trigger not the actual text VOICE


while (demi == nub) {
inc %skill
}
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
this is for more than one server...this is just one...can i just put somthing to only say ty if the nick is in the channel?

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
on *:VOICE:#: {
if ($vnick == $me) && (*Serv !iswm $nick) && (*.*.* !iswm $nick) .timer 1 5 /msg $chan Thank you for the voice, $nick
}

on *:OP:#: {
if ($opnick == $me) && (*Serv !iswm $nick) && (*.*.* !iswm $nick) .timer 1 5 /msg $chan Thank you for the op, $nick
}


-KingTomato
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
ty

Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
Wouldn't on SERVERMODE be better?


- Jason
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
he *doesn't* want to say anything when the server does it.


-KingTomato

Link Copied to Clipboard