diff options
Diffstat (limited to 'hotline/config.go')
| -rw-r--r-- | hotline/config.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hotline/config.go b/hotline/config.go index e0c20cf..d2a8ac6 100644 --- a/hotline/config.go +++ b/hotline/config.go @@ -1,11 +1,5 @@ package hotline -const ( - defaultAgreement = "This is an agreement. Say you agree.\r" - defaultMessageBoard = "Welcome to Hotline\r" - defaultThreadedNews = "Categories:\n" -) - type Config struct { Name string `yaml:"Name"` // Name used for Tracker registration Description string `yaml:"Description"` // Description used for Tracker registration |