File: prefix

package info (click to toggle)
ircii 20240918-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,564 kB
  • sloc: ansic: 41,234; makefile: 853; sh: 524; perl: 348
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