mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
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:
parent
746f63b2fe
commit
021c8e984b
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user