From: danieldg Date: Fri, 5 Jun 2009 00:28:17 +0000 (+0000) Subject: Add daniel's third-party module repository X-Git-Tag: v2.0.23~1827 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=021c8e984b2091fabcf6881b911db45e08979e72;p=user%2Fhenk%2Fcode%2Finspircd.git Add daniel's third-party module repository git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11401 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/make/configure.pm b/make/configure.pm index 40d6f6749..05db6004e 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -126,7 +126,7 @@ sub getmodversion { my ($file) = @_; open(FLAGS, $file) or return ""; while () { - if ($_ =~ /^\/\* \$ModVersion: (.+) \*\/$/) { + if (m#(?:^/* \$|")ModVersion: (\S+)(?: \*\/$|")#) { my $x = translate_functions($1, $file); next if ($x eq ""); close(FLAGS); diff --git a/sources.list b/sources.list index 705bf061f..432658e0f 100644 --- a/sources.list +++ b/sources.list @@ -6,3 +6,4 @@ # # Feel free to add additional sources! :) http://www.inspircd.com/modules/modules.lst +http://github.com/danieldg/insp-mods/raw/master/list