Documentation
¶
Overview ¶
Package admin defines administrative bot commands.
Index ¶
Constants ¶
View Source
const ( // ref: https://godoc.org/time#Time.Format TextDateFormat = "2 January, 2006" TextTimeFormat = "15:04 MST" TextHelpName = "help" TextHelpDisplay = "%s, voor een overzicht van de commandos die ik herken, kijk op: https://github.com/monkeybird/autimaat/wiki" TextNickName = "nick" TextNickNickName = "naam" TextNickPassName = "wachtwoord" TextJoinName = "join" TextJoinChannelName = "kanaal" TextJoinKeyName = "sleutel" TextJoinPasswordName = "wachtwoord" TextPartName = "part" TextPartChannelName = "kanaal" TextReloadName = "herstart" TextAuthListName = "bazen" TextAuthListDisplay = "De beheerders zijn: %s" TextAuthorizeName = "baas" TextAuthorizeMaskName = "hostmask" TextAuthorizeDisplay = "Gebruiker %q is toegevoegd aan de beheerderslijst." TextVersionName = "versie" TextVersionDisplay = "" /* 174-byte string literal not displayed */ TextLogName = "log" TextLogValueName = "status" TextLogEnabled = "Logging is ingeschakeld." TextLogDisabled = "Logging is uitgeschakeld." )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.