]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/common.pm
Update copyright headers.
[user/henk/code/inspircd.git] / make / common.pm
index 38b77e215291f8d023e84ec1f2f0a046ebcfec49..7046b878fe10324c3cde6f2b9e0629397393afa5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2014-2017, 2019-2020 Sadie Powell <sadie@witchery.services>
+#   Copyright (C) 2014-2017, 2019-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
@@ -45,7 +45,7 @@ sub create_directory($$) {
 }
 
 sub execute(@) {
-       print_format "<|BOLD \$|> @_\n";
+       say console_format "<|BOLD \$|> @_";
        return system @_;
 }