From 6d775e0127aa52964f2fecd9fbac2f2cfd996d92 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 16 Jul 2019 11:52:09 +0100 Subject: Link to the associated documentation page for modules in errors. --- make/directive.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make/directive.pm') diff --git a/make/directive.pm b/make/directive.pm index cdf869e5e..53cc57251 100644 --- a/make/directive.pm +++ b/make/directive.pm @@ -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, ''; -- cgit v1.2.3