mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
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:
parent
d24046b1b7
commit
ef96dd74e5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ var defaultCfg = map[string]string{
|
|||
"AllowHTML": "true",
|
||||
"DefaultChannel": "0",
|
||||
"RememberChannel": "true",
|
||||
"WelcomeText": "Welcome to this server running <b>Tonio</b>.",
|
||||
"WelcomeText": "Welcome to this server running <b>Grumble</b>.",
|
||||
"SendVersion": "true",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue