# This set of filters was done to replace the
# 'set MODERN_ART' function which used to be
# in an ancient ircII shortly before invention
# of the '/on' command.  :)
#
on ^timer "*:00*" echo *** The time is $0
on #-msg 30 * set status_user - last: $0
on ^names * echo $[15]0 $1-
on ^names \* echo * $1-
on ^who "Channel *" #
on ^who * {
	if ( [$0] == [*] ) {
		echo $[9]1 [$[3]2] [          ] \($3@$4)
	} {
		echo $[9]1 [$[3]2] [$[10]0] \($3@$4)
	}
        @ who_counter++
}
on ^315 * {
          eval echo TOTAL NUMBER OF LISTINGS - $who_counter
          @ who_counter = 0
}
on ^list * echo $[15]0 $[4]1 $2-
on ^list "\* *" echo -- <private> -- $[4]1 $2-
on ^send_public * {
	if ( [$0] == C ) {
		echo <$N> $1-
	} {
		echo -->[$0] $1-
	}
}
on #^367 2 * @ ban_counter++
on ^368 * {
         eval echo Total number of bans - $ban_counter
         @ ban_counter = 0
}
# lynx92
