403Webshell
Server IP : 173.236.223.38  /  Your IP : 216.73.216.33
Web Server : Apache
System : Linux vps62975 6.8.0-83-generic #83~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep 9 18:19:47 UTC 2 x86_64
User : invmicvps ( 6727287)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/ircII/script/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/ircII/script/oldping
# @(#)$eterna: oldping,v 1.4 2002/09/03 02:39:28 mrg Exp $
# PINGRELAY Script ------------------------------- [ Usage: /ping <nick> ] ---
# Stores time of ping in message itself instead of in a single local variable.
#
# Original Idea: Robey POINTER     (Robey@IRC - robey@wright.sarc.msstate.edu)
# Inspiration:   Klaus ZEUGE              (sojge@IRC - sojge@Minsk.DoCS.UU.SE)
#                Nicolas PIOCH         (Nap@IRC - pioch@poly.polytechnique.fr)
# Last revision: Ian FRECHETTE       (Daemon@IRC - frechett@spot.Colorado.EDU)
# Collaboration: Peter HELLMONDS (snoopy@IRC - hellmond@phoenix.Princeton.EDU)
# ----------------------------------------------------------------------------
# CONVERTED for ircII2.2pre6

# Launch time is piggybacked on the PING RELAY request and sent out to the net.
# (The echo *** PING ... line can be taken out, it's just for your information.)

# NOTICE NOTICE NOTICE   the ping alias is now called OPING

eval echo *** Notice:  The ping alias has been changed to OPING
eval echo *** ircII2.2 and beyond have a built in PING command

^alias OPING {
	@ ping.tmp = 0
	while ([$($ping.tmp)])
	{
		ctcp $($ping.tmp) ERRMSG PING RELAY $TIME()
		echo *** PING to $($ping.tmp) launched \( $STIME($TIME()) \)
		@ ping.tmp = ping.tmp + 1
	}
}

# When the PING RELAY comes back, print the time difference (now-launch time)

^on ^ctcp_reply "% % ERRMSG PING RELAY *" {
        echo *** PONG Time to $0: ${time()-[$4]} seconds.
}

# To be warned that you're being pinged, uncomment the following line:
^on ^ctcp "* ERRMSG PING RELAY *" echo *** PING Received a relay ping from $0
# end of script: PINGRELAY


Youez - 2016 - github.com/yon3zu
LinuXploit