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

Client.Message

Description

This module provides the type used to track messages just before they are added to a window.

Synopsis

Client message type

Message body type

Client message operations

Quit message details

data QuitKind Source #

Constructors

NormalQuit

User quit

MassQuit

Mass event like a netsplit

Instances

Instances details
Show QuitKind Source # 
Instance details

Defined in Client.Message

Eq QuitKind Source # 
Instance details

Defined in Client.Message

Client message operations

msgText :: MessageBody -> Text Source #

Compute a searchable text representation of the message