This file is indexed.

/usr/share/doc/libghc-lambdabot-irc-plugins-doc/html/lambdabot-irc-plugins.txt is in libghc-lambdabot-irc-plugins-doc 5.1-2.

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
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | IRC plugins for lambdabot.
--   
--   Lambdabot is an IRC bot written over several years by those on the
--   #haskell IRC channel.
--   
--   Provided plugins:
--   
--   <ul>
--   <li><i>irc</i> Lets lambdabot connect to IRC.</li>
--   <li><i>localtime</i> Check user's local time.</li>
--   <li><i>log</i> Log IRC channels.</li>
--   <li><i>topic</i> Modify channel topics.</li>
--   </ul>
@package lambdabot-irc-plugins
@version 5.1

module Lambdabot.Plugin.IRC
ircPlugin :: Module IRCState
localtimePlugin :: Module TimeMap
logPlugin :: Module (Map Channel ChanState)
topicPlugin :: Module ()
ircPlugins :: [String]