diff options
Diffstat (limited to 'make/directive.pm')
-rw-r--r-- | make/directive.pm | 3 |
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; |