File: silent

package info (click to toggle)
ircii 4.4-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 4,256 kB
  • ctags: 2,797
  • sloc: ansic: 36,743; sh: 907; makefile: 483; lex: 16
file content (13 lines) | stat: -rw-r--r-- 583 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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: $*
on ^nick * set status_user Nick: $0 now $1
on ^mode * set status_user Mode: $*
# on ^topic * set status_user Topic by $0: $1-
# lynx91