lambdabot-core-5.0.1: Lambdabot core functionality

Safe HaskellNone
LanguageHaskell98

Lambdabot.Compat.PackedNick

Synopsis

Documentation

type PackedNick = ByteString Source

The type of nicknames

packNick :: Nick -> ByteString Source

Pack a nickname into a ByteString. Note that the resulting strings are not optimally formatted for human consumtion.

unpackNick :: ByteString -> Nick Source

Unpack a nickname packed by packNick.