]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/directive.pm
Add a separate stats class for DNSBL errors.
[user/henk/code/inspircd.git] / make / directive.pm
index 2af2215112cdc8b0ba681c8afc9e893e6dd4e752..0c789ebf4c05fecad0ef434e143086a58ca2ccca 100644 (file)
@@ -1,7 +1,7 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2016-2019 Sadie Powell <sadie@witchery.services>
+#   Copyright (C) 2016-2020 Sadie Powell <sadie@witchery.services>
 #
 # This file is part of InspIRCd.  InspIRCd is free software: you can
 # redistribute it and/or modify it under the terms of the GNU General Public
@@ -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;