Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module provides formatters for use with Formatting. Suggested usage:
import Network.IRC.Fun.Color.Format import Network.IRC.Fun.Color.Format.Long import Formatting hiding (format, sformat, text, stext)
Documentation
styled :: Format r (StyledText -> r) Source
Render an IRC styled message.
message :: Format r (MsgContent -> r) Source
Output IRC message content as plain text.