]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/mkdescriptions
Fix not always incrementing the DNSBL stats.
[user/henk/code/inspircd.git] / tools / mkdescriptions
index bb6f011d8a11fb2d5fb4d901a378b44bf1ba1b51..141be7c53d605c6a662726cbb5704a6d9582c42b 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2020 Sadie Powell <sadie@witchery.services>
+#   Copyright (C) 2020-2021 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
@@ -35,7 +35,7 @@ use make::common;
 use make::console;
 
 unless (scalar @ARGV) {
-       print_format "<|GREEN Usage:|> $0 <<|UNDERLINE DOCS-SITE|>>\n", *STDERR;
+       say STDERR console_format "<|GREEN Usage:|> $0 <<|UNDERLINE DOCS-SITE|>>";
        exit 1;
 }