home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / autoping.txt < prev    next >
Text File  |  1996-04-23  |  827b  |  21 lines

  1. Auto ping:
  2.         When sombody says "Ping me" or "Lagged?" or somthing like that 
  3. it will ping that person and when their reply comes back it messages it 
  4. to them And you don't have to a thing.
  5.  
  6. -->This goes in your Aliases<--
  7.  
  8. 1:on text:*ping me*:#:/ctcp $nick ping
  9. 1:on text:*lagged?*:#:/ctcp $nick ping
  10. 1:on action:*ping me*:#:/ctcp $nick ping
  11. 1:on action:*lagged?*:#:/ctcp $nick ping
  12. 1:on ctcpreply:*ping*: %pt = $ctime - $parm2 | /notice $nick **Your ping 
  13. reply is $duration(%pt) $+ **
  14. }
  15.  
  16. ------------------------------------------------------------------------I know you can do whatever you want but please if you do put this in 
  17. your script please include my name.(Source_ERROR) I would do the same if 
  18. this was your addon.
  19. ------------------------------------------------------------------------
  20.  
  21.