silent - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
silent
---
1 # $eterna: silent,v 1.2 2001/08/12 15:57:12 mrg Exp $
2 #
3 # This is necessary when you join crowded channels like #report...
4 # All the join,leave,quit,nick and mode change messages do not appear
5 # on the screen, unless you have %U somewhere in your STATUS_FORMAT,
6 # then the changes will be displayed in your status line, which is
7 # a lot less annoying and distracting. ;-)
8
9 on ^join * set status_user join: $0 \($1\)
10 on ^leave * set status_user leave: $0 \($1\)
11 on ^signoff * set status_user signoff: $0
12 on ^nick * set status_user nick: $0 -> $1
13 on ^mode * set status_user mode: $*
14 on ^topic * set status_user topic: $0: $1-
15
16 on ^icb_status sign-on * set status_user signon: $1
17 on ^icb_status sign-off * set status_user signoff: $1
18 on ^icb_status join * set status_user join: $1 \($2\)
19 on ^icb_status leave * set status_user leave: $1 \($2\)
20
21 # lynx91