This file is indexed.

/usr/share/ircII/script/service 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
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#	$eterna: service,v 1.3 2002/09/03 02:39:28 mrg Exp $
#
# Bytewurm and lynx 91,2
#
alias .nickserve msg nickserv@service.de
alias .noteserve msg noteserv@service.de
alias .identify ^.nickserve identify $PASSWD
alias .whois .nickserve whois
alias .list .noteserve list
alias .msg .noteserve msg
alias .tell .noteserve tell
alias .read .noteserve read
alias .query .noteserve query
alias .away .noteserve away
alias .delete .noteserve delete
alias .await .noteserve waitfor
# alias .waitfor .await
on -notice "nickserv % Password mismatch. *" {
	echo ** Wrong password, please re-/assign PASSWD
}
on -notice "noteserv % *Please authenticate*" {
	echo ** Hint: Do /.IDENTIFY, then send the message again
}
if (PASSWD) {
    .identify
}