diff options
| author | 2020-12-09 02:02:36 +0000 | |
|---|---|---|
| committer | 2020-12-09 02:03:44 +0000 | |
| commit | 90d819682d1c4aa179851ee16738da15dbe79dfd (patch) | |
| tree | 5252827597febde59cee824886242281142c79b2 /make | |
| parent | Fix issue where m_pbkdf2 was not aware of services loaded before it (diff) | |
Make people aware that they can get support on GitHub now.
Diffstat (limited to 'make')
| -rw-r--r-- | make/configure.pm | 3 | ||||
| -rw-r--r-- | make/directive.pm | 3 | ||||
| -rw-r--r-- | make/template/help.txt | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/make/configure.pm b/make/configure.pm index 305d75dcb..b20639d34 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -179,7 +179,8 @@ FLAGS will search for c++, g++, clang++ or icpc. If you have any problems with configuring InspIRCd then visit our IRC channel -at irc.inspircd.org #InspIRCd for support. +at irc.inspircd.org #InspIRCd or create a support discussion at +https://github.com/inspircd/inspircd/discussions. Packagers: see https://docs.inspircd.org/packaging/ for packaging advice. EOH diff --git a/make/directive.pm b/make/directive.pm index 89c17d245..0c789ebf4 100644 --- a/make/directive.pm +++ b/make/directive.pm @@ -131,7 +131,8 @@ sub __error { push @message, ''; push @message, 'If you would like help with fixing this problem then visit our IRC'; - push @message, 'channel at irc.inspircd.org #InspIRCd for support.'; + push @message, 'channel at irc.inspircd.org #InspIRCd or create a support discussion'; + push @message, 'at https://github.com/inspircd/inspircd/discussions.'; push @message, ''; print_error @message; diff --git a/make/template/help.txt b/make/template/help.txt index 0afe91e02..c2d798d35 100644 --- a/make/template/help.txt +++ b/make/template/help.txt @@ -4,7 +4,8 @@ In order to get your server running you need to create config files. Examples can be found at `@EXAMPLE_DIR@`. If you need any help with this then you can visit our support channel at -irc.inspircd.org #inspircd or refer to the the docs site: +irc.inspircd.org #inspircd, open a support discussion at https://git.io/JIuYv, +or refer to the the docs site: https://docs.inspircd.org/@VERSION_MAJOR@/configuration https://docs.inspircd.org/@VERSION_MAJOR@/modules |
