Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. on *:start: {
  2. }
  3.  
  4. on *:connect:{
  5. ; .startyline
  6. echo 3 -a +----------------------------------------------+
  7. echo 3 -a $timestamp Ping Loaded
  8. echo 3 -a +----------------------------------------------+
  9. }
  10.  
  11.  
  12.  
  13.  
  14. ; alias startyline {
  15. ; .echo -a starting keep alive
  16. ; .hadd -m nets $network $+ $cid 0
  17. ; .timer $+ $network $+ $cid -o 0 120 yline
  18. ; }
  19. ;
  20. ; alias yline {
  21. ; if ($hget(nets,$network $+ $cid) == 1) {
  22. ; .echo -s reconnecting to $server (PING TIMEOUT)
  23. ; .server $server
  24. ; }
  25. ; else {
  26. ; hadd -m nets $network $+ $cid 1
  27. ; .quote PING : $+ $ctime
  28. ; }
  29. ; }
  30. ;
  31. ; on *:pong:{
  32. ; .hadd -m nets $network $+ $cid 0
  33. ; .halt
  34. ; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement