irc-fun-color-0.2.1.0: Add color and style decorations to IRC messages.

Safe HaskellNone
LanguageHaskell2010

Network.IRC.Fun.Color.Format.Short

Description

This module provides the same formatters as Network.IRC.Fun.Color.Format.Long, but with shorter names.

Synopsis

Documentation

t :: Format r (Text -> r) Source

Output a strict Text.

lt :: Format r (Text -> r) Source

Output a lazy Text.

stl :: Format r (StyledText -> r) Source

Render an IRC styled message.

nick :: Format r (Nickname -> r) Source

Output an IRC nickname as plain text.

chan :: Format r (Channel -> r) Source

Output an IRC channel name as plain text.

msg :: Format r (MsgContent -> r) Source

Output IRC message content as plain text.