File: prefix

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 (7 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
# 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