/usr/share/doc/libghc-lambdabot-novelty-plugins-doc/html/lambdabot-novelty-plugins.txt is in libghc-lambdabot-novelty-plugins-doc 5.1.0.1-1build4.
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 | -- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Novelty plugins for Lambdabot
--
-- Lambdabot is an IRC bot written over several years by those on the
-- #haskell IRC channel.
--
-- Provided plugins:
--
-- <ul>
-- <li><i>bf</i> Run Brainf*ck code.</li>
-- <li><i>dice</i> Roll some dice.</li>
-- <li><i>elite</i> zPEak Gib8erI$|-|.</li>
-- <li><i>filter</i> More gibberish.</li>
-- <li><i>numberwang</i> Sorry, that's not Numberwang.</li>
-- <li><i>quote</i> Parrot profound wisdom.</li>
-- <li><i>slap</i> Delegate punishment.</li>
-- <li><i>unlambda</i> Run Unlambda code.</li>
-- <li><i>vixen</i> Let's chat, honey.</li>
-- </ul>
@package lambdabot-novelty-plugins
@version 5.1.0.1
module Lambdabot.Plugin.Novelty
bfPlugin :: Module ()
dicePlugin :: Module ()
elitePlugin :: Module ()
filterPlugin :: Module [(String, FilePath, String)]
numberwangPlugin :: Module NumberwangState
quotePlugin :: Module (Map ByteString [ByteString])
slapPlugin :: Module ()
unlambdaPlugin :: Module ()
vixenPlugin :: Module (Bool, String -> IO [Char])
noveltyPlugins :: [String]
bfBinary :: Config String
unlambdaBinary :: Config String
|