glirc-2.40.1: Console IRC client
Copyright(c) TheDaemoness 2023
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

Client.WhoReply

Description

Because WHOX allows for a LOT of fiddliness regarding parameters, this is extracted from Client.State.Network and given its own module.

Documentation

mapJoinWhoFields :: WhoReplyItem -> (UserInfo -> a) -> (Identifier -> a) -> (Text -> a) -> (Identifier -> a) -> a -> (Text -> a) -> (Int -> a) -> (String -> a) -> (Text -> a) -> (Text -> a) -> [a] Source #