This file is indexed.

/usr/share/ircII/script/prefix is in ircii 20151120-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

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