diff options
author | Peter Powell <petpow@saberuk.com> | 2019-07-16 11:52:09 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-07-16 11:52:09 +0100 |
commit | 6d775e0127aa52964f2fecd9fbac2f2cfd996d92 (patch) | |
tree | dd2088dd90f108187a1b4558a3927f75f870084e /make/directive.pm | |
parent | 9a7b478f1d625e049a6532ec2de279b67a4aaf0e (diff) |
Link to the associated documentation page for modules in errors.
Diffstat (limited to 'make/directive.pm')
-rw-r--r-- | make/directive.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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, ''; |