motd command

This commit is contained in:
Jeremy Latt 2014-02-11 16:35:32 -08:00
parent a203a3ca16
commit 09887b2db3
4 changed files with 75 additions and 5 deletions

View file

@ -6,11 +6,12 @@ import (
)
type Config struct {
Name string
Listeners []ListenerConfig
Password string
Operators []OperatorConfig
Debug map[string]bool
Listeners []ListenerConfig
MOTD string
Name string
Operators []OperatorConfig
Password string
}
type OperatorConfig struct {