| 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 : |
# $eterna: events,v 1.2 2001/08/12 15:57:11 mrg Exp $
#
if ( SHOW_WHO_HOPCOUNT == [ON] ) {
on ^who * {
if ( [$0] == [*] ) {
echo $[9]1 [$2$5] $6- \($3@$4)
} {
echo $[9]1 [$2$5] $6- on $0 \($3@$4)
}
}
} {
on ^who * {
if ( [$0] == [*] ) {
echo $[9]1 [$2] $6- \($3@$4)
} {
echo $[9]1 [$2] $6- on $0 \($3@$4)
}
}
}
on ^who Channel comment
on ^timer *00 echo *** The time is $0
on -msg * set status_user - last: $0
on ^names * echo $[15]0 $1-
on ^names \* echo * $1-
on ^list \* echo -- <private> -- $[4]1 $2-
on ^list * echo $[15]0 $[4]1 $2-
on ^notify_signon * userhost $* -cmd echo *** $$0 is here [$$3@$$4]
on ^notify_signoff * set status_user + signoff: $0
#on ^send_public * {
# if ( [$0] == C ) { echo <$N> $1- } { echo -> <$0> $1- }
#}
#on ^send_msg * echo -> *$0* $1-
# lynx92,93