mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix ModuleManager's external source lists not working with HTTPS.
This commit is contained in:
parent
3243c7d238
commit
ecfa0d3847
@ -99,7 +99,7 @@ sub parse_url {
|
||||
$mod->{description} = $1;
|
||||
} elsif (/^mask (.*)/) {
|
||||
$mod->{mask} = $1;
|
||||
} elsif (m#^source (http://\S+)#) {
|
||||
} elsif (/^source (\S+)/) {
|
||||
parse_url $1;
|
||||
} else {
|
||||
print "Unknown line in $src: $_\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user