From ef96dd74e512c046f608e21dace9b78df083dd99 Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Mon, 13 Jan 2020 18:06:48 +0000 Subject: [PATCH] Revert "Fix typo" This reverts commit db518d7b163a273fecbd87b6a304a6644b1acf22. 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. --- pkg/serverconf/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/serverconf/config.go b/pkg/serverconf/config.go index 6a3d423..0eb26d1 100644 --- a/pkg/serverconf/config.go +++ b/pkg/serverconf/config.go @@ -18,7 +18,7 @@ var defaultCfg = map[string]string{ "AllowHTML": "true", "DefaultChannel": "0", "RememberChannel": "true", - "WelcomeText": "Welcome to this server running Tonio.", + "WelcomeText": "Welcome to this server running Grumble.", "SendVersion": "true", }