/usr/share/epic4/script/prefix is in epic4 1:2.10.2-1.
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 | # 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
|