|
Joined: Aug 2003
Posts: 23
Ameglian cow
|
OP
Ameglian cow
Joined: Aug 2003
Posts: 23 |
hi i have this add on i try to create automatic ping
do
.ctcp $nick ping
loop
i didnt know if i am right please help
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
*Watchdog ponders on what an automatic ping is, aside from the obvious.
To be honest though, I cannot see anything there that relates to automation in any way. All it is is a ping command.
What event do you want to trigger a ping?
|
|
|
|
Joined: Dec 2002
Posts: 417
Fjord artisan
|
Fjord artisan
Joined: Dec 2002
Posts: 417 |
This intercepts a ping reply and prints out a silly message based on how far away the person is.
on 1:ctcpreply:PING* { if ($2 == $null) halt else { %pt = $ctime - $2 if (%pt < 0) set %pt 0 if (%pt < 5) echo 4 [PING reply] $nick is too close for comfort elseif (%pt < 20) echo 4 [PING reply] $nick is at just about the right distance else echo 4 [PING reply] Earth to $nick earth to $nick
} halt }
Intelligence: It's better to ask a stupid question, then to prove it by not asking....
|
|
|
|
Joined: Mar 2003
Posts: 1,271
Hoopy frood
|
Hoopy frood
Joined: Mar 2003
Posts: 1,271 |
Personally I'd change if ($2 == $null) halt to if ($2 !isnum) halt to prevent the script goofing up if you happen to stumble on a clown who 'fixed' his ping msg.
DALnet #Helpdesk I hear and I forget. I see and I remember. I do and I understand. -Confucius
|
|
|
|
Joined: Aug 2003
Posts: 23
Ameglian cow
|
OP
Ameglian cow
Joined: Aug 2003
Posts: 23 |
thnx , i wanna do like send 20 times or more times a ping to a nick .
for ej
ping MaGoOsCuRO ping MaGoOsCuRO ping MaGoOsCuRO ping MaGoOsCuRO ping MaGoOsCuRO ping MaGoOsCuRO ping MaGoOsCuRO
THNX+
|
|
|
|
Joined: May 2003
Posts: 215
Fjord artisan
|
Fjord artisan
Joined: May 2003
Posts: 215 |
Why do I get the feeling you're trying to make some sort of flood script?
- Jason
|
|
|
|
Joined: Aug 2003
Posts: 23
Ameglian cow
|
OP
Ameglian cow
Joined: Aug 2003
Posts: 23 |
you got it
can you help? thnx
|
|
|
|
Joined: May 2003
Posts: 215
Fjord artisan
|
Fjord artisan
Joined: May 2003
Posts: 215 |
- Jason
|
|
|
|
Joined: Dec 2002
Posts: 339
Fjord artisan
|
Fjord artisan
Joined: Dec 2002
Posts: 339 |
We do not help with illegal things here... But anyway if you are pretending to be a good hacker you wouldn't use mIRC, hackers/flooders or l33t peoples like this mostly don't even use windows...
/me laughs at the n33bi3 l33t guy :P
|
|
|
|
Joined: May 2003
Posts: 2,265
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,265 |
alias lamer { var %lamer $me if (%lamer == $me) { /disconnect } } usage: /lamer
new username: tidy_trax
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
Are you normal or what? I doubt anyone would give any serious thought to helping you make a war script. Log out and return to playing scrabble. You arn't mature enough to own a computer.
|
|
|
|
Joined: Aug 2003
Posts: 23
Ameglian cow
|
OP
Ameglian cow
Joined: Aug 2003
Posts: 23 |
ok i wanna try something ,its just no to do bad stuff for anyone , please for give me if i do it wrong
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
|
|
|
|
Joined: May 2003
Posts: 2,265
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,265 |
use my alias: its exactly what you want
new username: tidy_trax
|
|
|
|
Joined: Dec 2002
Posts: 3,547
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,547 |
Phoenix, that was just as lame as the original posters question.. Although you are not allowed to help them with this particular issue, why make them disconnect? Sorry to ruin your fun. The both of you are immature.
|
|
|
|
Joined: May 2003
Posts: 2,265
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,265 |
thats the point, a lame command for a lame user .
new username: tidy_trax
|
|
|
|
Joined: Dec 2002
Posts: 3,547
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,547 |
That's my point, he's bring you down to his level, you want to be better than him not retaliate with just as lame posts. Think about it!
|
|
|
|
|