X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=modulemanager;h=67e2aacc94d618d64a3ae408fbaf558aa5e5ef73;hb=338ddb0e59a918dc8e7654bc360a526187e5490c;hp=9bedfcc6501ed475204bffd8da04536b2d758abd;hpb=f6b861f12d070ba931d829505bfd3229653f5df2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/modulemanager b/modulemanager index 9bedfcc65..67e2aacc9 100755 --- a/modulemanager +++ b/modulemanager @@ -2,7 +2,7 @@ # # InspIRCd -- Internet Relay Chat Daemon # -# Copyright (C) 2012-2014, 2017-2020 Sadie Powell +# Copyright (C) 2012-2014, 2017-2021 Sadie Powell # Copyright (C) 2012 Robby # Copyright (C) 2009-2010 Daniel De Graaf # Copyright (C) 2008-2009 Robin Burchell @@ -99,8 +99,6 @@ sub parse_url { $mod->{mask} = $1; } elsif (/^source (\S+)/) { parse_url $1; - } else { - print "Unknown line in $src: $_\n"; } } }