Add daniel's third-party module repository

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11401 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
danieldg 2009-06-05 00:28:17 +00:00
parent 746f63b2fe
commit 021c8e984b
2 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,7 @@ sub getmodversion {
my ($file) = @_;
open(FLAGS, $file) or return "";
while (<FLAGS>) {
if ($_ =~ /^\/\* \$ModVersion: (.+) \*\/$/) {
if (m#(?:^/* \$|")ModVersion: (\S+)(?: \*\/$|")#) {
my $x = translate_functions($1, $file);
next if ($x eq "");
close(FLAGS);

View File

@ -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