This file is indexed.

/usr/share/doc/eggdrop-data/settings/mod.ctcp 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
$Id: mod.ctcp,v 1.17 2008-02-16 21:41:01 guppy Exp $

CTCP Module
Last revised: February 12, 2002
    _____________________________________________________________________

                                CTCP Module


  This module provides the normal ctcp replies that you would expect.
  Without it loaded, CTCP CHAT will not work.

    This module requires: server

  Put this line into your Eggdrop configuration file to load the ctcp
  module:

    loadmodule ctcp

  There are also some variables you can set in your config file:

    set ctcp-mode 0
      Set here how the ctcp module should answer ctcps. There are 3 possible
      operating modes:
        0: Normal behavior is used.
        1: The bot ignores all ctcps, except for CHAT and PING requests
          by users with the +o flag.
        2: Normal behavior is used, however the bot will not answer more
          than X ctcps in Y seconds (defined by 'set flood-ctcp').

    There are also several variables to help make your bot less noticeable.
    They are: ctcp-version, ctcp-finger, and ctcp-userinfo. You can use set
    to set them to values you'd like.

    _____________________________________________________________________

  Copyright (C) 2000 - 2008 Eggheads Development Team