This file is indexed.

/usr/include/irssi/src/fe-common/irc/notifylist/module-formats.h is in irssi-dev 1.0.5-1ubuntu4.

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
#include "formats.h"

enum {
	IRCTXT_MODULE_NAME,

	IRCTXT_FILL_1,

	IRCTXT_NOTIFY_JOIN,
	IRCTXT_NOTIFY_PART,
	IRCTXT_NOTIFY_AWAY,
	IRCTXT_NOTIFY_UNAWAY,
	IRCTXT_NOTIFY_ONLINE,
	IRCTXT_NOTIFY_OFFLINE,
	IRCTXT_NOTIFY_LIST,
	IRCTXT_NOTIFY_LIST_EMPTY
};

extern FORMAT_REC fecommon_irc_notifylist_formats[];