This file is indexed.

/usr/share/ircII/script/nicks 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
#	$eterna: nicks,v 1.2 2001/08/12 15:57:11 mrg Exp $
#
# This lets you assign aliases for peoples nicknames.
# For example, of you do: /ASSIGN BC BigCheese
# Then you can do: /MSG BC Hi there!

alias msg {
	if ( [$($0)] )
	{
		${K}${K}msg $($0) $1-
	}
	{
		${K}${K}msg $0 $1-
	}
}
alias query {
	if ( [$($0)] )
	{
		${K}${K}query $($0)
	}
	{
		${K}${K}query $0-
	}
}