Revert "Fix typo"

This reverts commit db518d7b16.

This functionality is better implemented by clients using the configuration mechanism. We shouldn't hard code a specific product name, except for Grumble, since this is a Grumble fork.
This commit is contained in:
Ola Bini 2020-01-13 18:06:48 +00:00
parent d24046b1b7
commit ef96dd74e5
No known key found for this signature in database
GPG key ID: 6786A150F6A2B28F

View file

@ -18,7 +18,7 @@ var defaultCfg = map[string]string{
"AllowHTML": "true", "AllowHTML": "true",
"DefaultChannel": "0", "DefaultChannel": "0",
"RememberChannel": "true", "RememberChannel": "true",
"WelcomeText": "Welcome to this server running <b>Tonio</b>.", "WelcomeText": "Welcome to this server running <b>Grumble</b>.",
"SendVersion": "true", "SendVersion": "true",
} }