hask-irc/hask-irc-handlers/Network/IRC/Handlers/NickTracker/Types.hs

10 lines
179 B
Haskell
Raw Normal View History

2014-06-07 00:50:27 +05:30
module Network.IRC.Handlers.NickTracker.Types
(
CanonicalNick (..)
, NickTrack (..)
, getCanonicalNick
)
where
import Network.IRC.Handlers.NickTracker.Internal.Types