File: prefix

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 (9 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#	$eterna: prefix,v 1.2 2001/08/12 15:57:11 mrg Exp $
#
# prefix each message with the channel name 
on ^public * echo $1 <$0> $2-
on ^public_other * echo $1 <$0> $2-
on ^public_msg * echo $1 \($0) $2-
on ^send_public * echo $C <$N> $1-
set input_prompt $T> 
# lynx90