lambdabot-core-5.1.0.2: 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.