diff options
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, ''; |