diff options
| author | 2019-07-16 11:52:09 +0100 | |
|---|---|---|
| committer | 2019-07-16 11:52:09 +0100 | |
| commit | 6d775e0127aa52964f2fecd9fbac2f2cfd996d92 (patch) | |
| tree | dd2088dd90f108187a1b4558a3927f75f870084e /make | |
| parent | Refer to modules without the m_ prefix in error messages (diff) | |
| download | inspircd++-6d775e0127aa52964f2fecd9fbac2f2cfd996d92.tar.gz inspircd++-6d775e0127aa52964f2fecd9fbac2f2cfd996d92.tar.bz2 inspircd++-6d775e0127aa52964f2fecd9fbac2f2cfd996d92.zip | |
Link to the associated documentation page for modules in errors.
Diffstat (limited to 'make')
| -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, ''; |
