File: silent

package info (click to toggle)
ircii 20190117-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,788 kB
  • sloc: ansic: 44,172; makefile: 863; sh: 524; perl: 291
file content (21 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$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