mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
motd command
This commit is contained in:
parent
a203a3ca16
commit
09887b2db3
4 changed files with 75 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue