glirc-2.41: Console IRC client
Copyright(c) Eric Mertens 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

Client.Commands.Help

Description

Implements the /help command, which is responsible for managing the help buffer. Unfortunately, this makes this command somewhat unique in that it's responsible for rendering.

Synopsis

Documentation

cmdHelp :: [CommandSection] -> Recognizer Command -> WindowCommand (Maybe String) Source #

Implementation of /help command.