]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/directive.pm
Fix DNSBL connect class matching.
[user/henk/code/inspircd.git] / make / directive.pm
index cdf869e5ec62d9d832ab4d684e53d384c3158835..76ba72907d8d477068042b1d09da13435dd4774f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2016 Peter Powell <petpow@saberuk.com>
+#   Copyright (C) 2016-2019 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,6 +131,9 @@ sub __error {
        } else {
                push @message, 'If you believe this error to be a bug then you can file a bug report';
                push @message, 'at https://github.com/inspircd/inspircd/issues';
+               push @message, '';
+               push @message, 'You can also refer to the documentation page for this module at';
+               push @message, "https://docs.inspircd.org/3/modules/${\__module $file}";
        }
        push @message, '';