mIRC Homepage
Ik ben een script tegengekomen, en heb hem voor het grootste gedeelte heel gelaten, dus verder weinig aan gewijzigd. Nu is er 1 ding die ik wil veranderen, en dat is dat je chanserv niet bedankt, voor een aop, vop of een hop.
Hoe kan ik dat invoeren?

on *:OP:#:{
if ($opnick == $me) {
msg $Chan 4T5hAnKs 4F5oR 4T5hE 4O5p 4 $+ $Nick
}
}
on *:Voice:#:{
if ($vnick == $me) {
msg $Chan 4T5hAnKs 4F5oR 4T5hE 4V5oIcE 4 $+ $Nick
}
}
on *:Help:#:{
if ($hnick == $me) {
msg $Chan 4T5hAnKs 4F5oR 4T5hE 4H5aLf0p 4 $+ $Nick
}
}
maybe try:

Code:
on *:OP:#: {
if (($nick != chanserv) && ($opnick == $me)) { msg $Chan 4T5hAnKs 4F5oR 4T5hE 4O5p 4 $+ $Nick }
}
on *:Voice:#:{
if (($nick != chanserv) && ($vnick == $me)) { msg $Chan 4T5hAnKs 4F5oR 4T5hE 4V5oIcE 4 $+ $Nick }
}
on *:Help:#:{
if (($nick != chanserv) && ($hnick == $me)) { msg $Chan 4T5hAnKs 4F5oR 4T5hE 4H5aLf0p 4 $+ $Nick }
}


That should do it for you smile
Post Deleted.

smile
Hi there smile

It is best to ask your question in English as that is the main language spoken here. Even if you do not speak good English, we should be able to understand what you're saying better than a completely different language wink

<this bit deleted>

Be aware that most channels do not appreciate those types of bright colours, especially in automatic scripts. You could be warned, kicked or banned if you use it in certain channels.

Edit: I'm slowing down *grabs coffee 'n' grins*

Regards,
thanx guys wink.
And it's true that some people don't like it, but well, it doesnt happen that much, that i'm being opped anyway :P.
* FiberOptics hands Mentality a cookie grin

Don't use auto-thankers. They're annoying.. :P
Hi,

I assume you've replied to the wrong person.

When replying to someone, it's important to reply to the right post, in this case: lrietveld

Greetz
i just click the one at the bottom xD
© mIRC Discussion Forums