]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/console.pm
Update copyright headers.
[user/henk/code/inspircd.git] / make / console.pm
index cd2a780e7b88164d33068947f2a5473fa05fa3bd..023108820f0df35fcd5df413e47c6be43d291535 100644 (file)
@@ -1,7 +1,7 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2014-2017, 2019 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
@@ -79,7 +79,7 @@ sub print_error {
 sub print_warning {
        print STDERR console_format "<|YELLOW Warning:|> ";
        for my $line (@_) {
-               print STDERR console_format $line;
+               say STDERR console_format $line;
        }
 }