File: silent

package info (click to toggle)
ircii 20051015-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,996 kB
  • ctags: 3,193
  • sloc: ansic: 44,257; makefile: 1,144; sh: 522; perl: 127; lex: 26
file content (15 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$eterna: silent,v 1.2 2001/08/12 15:57:12 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: $*
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