mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2004
Posts: 19
L
Pikka bird
OP Offline
Pikka bird
L
Joined: Apr 2004
Posts: 19
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
}
}

Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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


Those who fail history are doomed to repeat it
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
Post Deleted.

smile

Last edited by Zyzzyx26; 01/05/04 03:20 PM.

"All we are saying is give peace a chance" -- John Lennon
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
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,

Last edited by Mentality; 01/05/04 03:22 PM.

Mentality/Chris
Joined: Apr 2004
Posts: 19
L
Pikka bird
OP Offline
Pikka bird
L
Joined: Apr 2004
Posts: 19
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.

Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
* FiberOptics hands Mentality a cookie grin



Gone.
Joined: Oct 2003
Posts: 34
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Oct 2003
Posts: 34
Don't use auto-thankers. They're annoying.. :P

Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
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


Gone.
Joined: Oct 2003
Posts: 34
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Oct 2003
Posts: 34
i just click the one at the bottom xD


Link Copied to Clipboard