glirc-2.26: Console IRC client

Copyright(c) Eric Mertens 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Client.View.UserList

Description

This module renders the lines used in the channel user list.

Synopsis

Documentation

userListImages Source #

Arguments

:: Text

network

-> Identifier

channel

-> ClientState 
-> [Image'] 

Render the lines used by the /users command in normal mode. These lines show the count of users having each channel mode in addition to the nicknames of the users.

userInfoImages Source #

Arguments

:: Text

network

-> Identifier

channel

-> ClientState 
-> [Image'] 

Render lines for the /users command in detailed view. Each user will be rendered on a separate line with username and host visible when known.