IRCChannel.modsShorthand

Template to deduplicate code for mods shorthands.

struct IRCChannel
ref
bool[string]
modsShorthand
(
char prefix
)
()

Parameters

prefix

Mode character.

Return Value

Type: bool[string]

A bool[string] hashmap of all users with the given mode character as keys.

Meta