summaryrefslogtreecommitdiff
path: root/make/directive.pm
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-12-09 02:02:36 +0000
committerSadie Powell <sadie@witchery.services>2020-12-09 02:03:44 +0000
commit90d819682d1c4aa179851ee16738da15dbe79dfd (patch)
tree5252827597febde59cee824886242281142c79b2 /make/directive.pm
parentb456adc15562f7e41c85fea84528cc0879233ee6 (diff)
Make people aware that they can get support on GitHub now.
Diffstat (limited to 'make/directive.pm')
-rw-r--r--make/directive.pm3
1 files changed, 2 insertions, 1 deletions
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;