Documentation ¶
Overview ¶
Package sno holds Server Notice masks for easy reference.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NoticeMaskNames has readable names for our snomask types. NoticeMaskNames = map[Mask]string{ LocalAccouncements: "ANNOUNCEMENT", LocalConnects: "CONNECT", LocalChannels: "CHANNEL", LocalKills: "KILL", LocalNicks: "NICK", LocalOpers: "OPER", LocalQuits: "QUIT", Stats: "STATS", LocalAccounts: "ACCOUNT", LocalXline: "XLINE", } // ValidMasks contains the snomasks that we support. ValidMasks = map[Mask]bool{ LocalAccouncements: true, LocalConnects: true, LocalChannels: true, LocalKills: true, LocalNicks: true, LocalOpers: true, LocalQuits: true, Stats: true, LocalAccounts: true, LocalXline: true, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.