irc-fun-messages-0.4: Types and functions for working with the IRC protocol.

Safe HaskellSafe
LanguageHaskell2010

Network.Irc.Messages.Types

Description

Most of the types that were once in this module moved to Network.Irc.Types in a separate package. The few types left here may move in the future too.

Synopsis

Documentation

data CommandResponseCode Source #

TODO

Constructors

ReplyWelcome

TODO

ReplyYourHost

TODO

ReplyCreated

TODO

ReplyMyInfo

TODO

ReplyBounce

TODO

ReplyUserHost

TODO

ReplyIsOn

TODO

ReplyAway

TODO

ReplyUnAway

TODO

ReplyNoAway

TODO

ReplyWhoIsUser

TODO

ReplyWhoIsServer

TODO

ReplyWhoIsOperator

TODO

ReplyWhoIsIdle

TODO

ReplyEndOfWhoIs

TODO

ReplyWhoIsChannels

TODO

ReplyWhoWasUser

TODO

ReplyEndOfWhoWas

TODO

ReplyListStart

TODO

ReplyList

TODO

ReplyListEnd

TODO

ReplyUniqueOpIs

TODO

ReplyChannelModeIs

TODO

ReplyNoTopic

TODO

ReplyTopic

TODO

ReplyInviting

TODO

ReplySummoning

TODO

ReplyInviteList

TODO

ReplyEndOfInviteList

TODO

ReplyExceptList

TODO

ReplyEndOfExceptList

TODO

ReplyVersion

TODO

ReplyWhoReply

TODO

ReplyEndOfWho

TODO

ReplyNameReply

TODO

ReplyEndOfNames

TODO

ReplyLinks

TODO

ReplyEndOfLinks

TODO

ReplyBanList

TODO

ReplyEndOfBanList

TODO

ReplyInfo

TODO

ReplyEndOfInfo

TODO

ReplyMotdStart

TODO

ReplyMessageOfTheDay

TODO

ReplyEndOfMessageOfTheDay

TODO

ReplyYoureOper

TODO

ReplyRehashing

TODO

ReplyYoureService

TODO

ReplyTime

TODO

ReplyUsersStart

TODO

ReplyUsers

TODO

ReplyEndOfUsers

TODO

ReplyNoUsers

TODO

ReplyTraceLink

TODO

ReplyTraceConnecting

TODO

ReplyTraceHandshake

TODO

ReplyTraceUnknown

TODO

ReplyTraceOperator

TODO

ReplyTraceUser

TODO

ReplyTraceServer

TODO

ReplyTraceService

TODO

ReplyTraceNewType

TODO

ReplyTraceClass

TODO

ReplyTraceReconnect

TODO

ReplyTraceLog

TODO

ReplyTraceEnd

TODO

ReplyStatsLinkInfo

TODO

ReplyStatsCommands

TODO

ReplyEndOfStats

TODO

ReplyStatsUptime

TODO

ReplyStatsOLine

TODO

ReplyUModeIs

TODO

ReplyServList

TODO

ReplyServListEnd

TODO

ReplyLuserClient

TODO

ReplyLuserOp

TODO

ReplyLuserUnknown

TODO

ReplyLuserChannels

TODO

ReplyLuserMe

TODO

ReplyAdminMe

TODO

ReplyAdminLocation1

TODO

ReplyAdminLocation2

TODO

ReplyAdminEmail

TODO

ReplyTryAgain

TODO

ReplyFreenodeISupport

TODO

data ErrorReplyCode Source #