HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/ircII/script/silent
#	$eterna: silent,v 1.3 2017/11/08 22:02:20 mrg Exp $
#
# This is necessary when you join crowded channels like #report...
# All the join,leave,quit,nick and mode change messages do not appear
# on the screen, unless you have %U somewhere in your STATUS_FORMAT,
# then the changes will be displayed in your status line, which is
# a lot less annoying and distracting.  ;-)

on ^join * set status_user   Join: $0 \($1\)
on ^leave * set status_user   Leave: $0 \($1\)
on ^signoff * set status_user   Signoff: $0
on ^nick * set status_user   Nick: $0 now $1
on ^mode * set status_user   Mode: $*
#on ^topic * set status_user   Topic: $0: $1-

on ^icb_status sign-on * set status_user   Signon: $1
on ^icb_status sign-off * set status_user   Signoff: $1
on ^icb_status join * set status_user   Join: $1 \($2\)
on ^icb_status leave * set status_user   Leave: $1 \($2\)

# lynx91