X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=modulemanager;h=0d92f1f7d4979ca2ab6fdca14fbb027807e76e3b;hb=e94b673532f7833aaa4789f834e61d68e0b4fc56;hp=9bedfcc6501ed475204bffd8da04536b2d758abd;hpb=f6b861f12d070ba931d829505bfd3229653f5df2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/modulemanager b/modulemanager index 9bedfcc65..0d92f1f7d 100755 --- a/modulemanager +++ b/modulemanager @@ -2,9 +2,9 @@ # # 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) 2010 Daniel De Graaf # Copyright (C) 2008-2009 Robin Burchell # # This file is part of InspIRCd. InspIRCd is free software: you can @@ -99,8 +99,6 @@ sub parse_url { $mod->{mask} = $1; } elsif (/^source (\S+)/) { parse_url $1; - } else { - print "Unknown line in $src: $_\n"; } } }