mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#71429 15/02/04 09:01 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
Or perhaps even

raw &*:*: { echo $color(info2) -s $timestamps $+ $theme(logo) $2- | halt }

grin

#71430 15/02/04 09:05 PM
I
Iori
Iori
I
That makes no difference, it works the same with or without that colon. laugh

#71431 15/02/04 09:07 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
Hmm. That go the same for all events? Or just perhaps those with a brace short following?

#71432 15/02/04 09:09 PM
B
bunar
bunar
B
yesss, finnaly =)

thanx very much, you my savior again!

#71433 15/02/04 09:10 PM
I
Iori
Iori
I
You need either the colon or the brace, or both. laugh

#71434 15/02/04 09:11 PM
I
Iori
Iori
I
No probs smile

#71435 16/02/04 03:38 PM
B
bunar
bunar
B
but still

you made it for [email]TheQBot@127.0.0.1[/email]
so what if someone use that ID during netsplit?
then it will be fake but script will report that real Q is online..


Last edited by bunar; 16/02/04 03:39 PM.
#71436 16/02/04 08:49 PM
I
Iori
Iori
I
/userip replies with the IP of the user, which is known from when you log on. It can never be 127.0.0.1 for a normal user.

#71437 16/02/04 09:26 PM
B
bunar
bunar
B
can you pls explain this a bit to me?

you mean as if it replies 127.0.0.1 then it is a bot othervise itz not and how to make it in that script to check it?

or not?

enlight my horizons please

#71438 16/02/04 10:37 PM
I
Iori
Iori
I
can you pls explain this a bit to me?
When you log on to server, the server knows the IP that you log om from (example) 123.345.34.21.
/userip bunar <- reply says -> bunar=+identd@123.345.34.21
Normal users can not ever be blah[/b]@127.0.0.1, they will ALWAYS be xxx[/i]@{TheirRealIP>

you mean as if it replies 127.0.0.1 then it is a bot othervise itz not
Exactly

and how to make it in that script to check it?
That is what that script does. The whole point of the script is to check that. You have to do nothing, it already does check exactly that.

#71439 16/02/04 10:44 PM
B
bunar
bunar
B
thank you iori so so much !

Page 2 of 2 1 2

Link Copied to Clipboard