This file is indexed.

/usr/share/eggdrop/scripts/CONTENTS is in eggdrop-data 1.6.19-1.2ubuntu7.

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
$Id: CONTENTS,v 1.15 2008-02-16 21:41:02 guppy Exp $

Directory Contents - scripts/
Last revised: August 08, 2004
    _____________________________________________________________________

                        Directory Contents - scripts/

  These are the example scripts that come with eggdrop.  They're meant to be
  useful AND to introduce Tcl to those who haven't dealt with it before. Even
  people who program in Tcl may be confused by Eggdrop's implementation at
  first, because so many commands were added to interface with the bot.

  action.fix.tcl
    Gets rid of those ugly /me's people do instead of a .me.

  alltools.tcl
    Several useful procs for use in scripts.

  autobotchk
    Tcl script used to crontab your Eggdrop. Type 'scripts/autobotchk' from the
    Eggdrop's root directory for help.

  botchk
    A shell script which can be used for auto-starting the bot via 'cron'.

  cmd_resolve.tcl
    Adds a dcc command called '.resolve' which can be used to resolve hostnames
    or IP addresses via the partyline.

  compat.tcl
    Maps old Tcl functions to new ones, for lazy people who can't be bothered
    updating their scripts.

  getops.tcl
    A way for bots to get ops from other bots on the botnet (if they're on the
    same channel).

  klined.tcl
    Removes servers from your server list that your bot has been k-lined on, to
    prevent admins getting peeved with constant connects from your bot's host.

  notes2.tcl
    Check your notes on every shared bot of the hub.

  ques5.tcl
    Makes web pages of who's on each channel, updated periodically (requires
    alltools.tcl).

  sentinel.tcl (by slennox)
    Flood protection script for Eggdrop with integrated BitchX CTCP simulation.
    This script is designed to provide strong protection for your bot and
    channels against large floodnets and proxy floods.

  userinfo.tcl
    Cute user info settings things.

  weed
    Weed out certain undesirables from an Eggdrop userlist. Type 'scripts/weed'
    from the Eggdrop's root directory for help.

    _____________________________________________________________________

  Copyright (C) 2001 - 2008 Eggheads Development Team