lambdabot-4.3.0.1: Lambdabot is a development tool and advanced IRC bot

Safe HaskellNone

Lambdabot.Compat.PackedNick

Synopsis

Documentation

type PackedNick = ByteStringSource

The type of nicknames

packNick :: Nick -> ByteStringSource

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

unpackNick :: ByteString -> NickSource

Unpack a nickname packed by packNick.