1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

_host_IP und alias ggred

This commit is contained in:
psyc://psyced.org/~lynX 2009-03-16 09:51:14 +01:00
parent 40adfaea01
commit 7c2fcae4d3
5 changed files with 25 additions and 6 deletions

View file

@ -361,7 +361,7 @@ X
my $hc = 0;
## ldmud bug number one: you have to provide hostname AFTER hostaddr
if ($c{_basic_host_IP}) {
if ($c{_basic_host_IP} =~ /^[0-9\.]+$/) {
$psyced .= " --hostaddr $c{_basic_host_IP}";
$hc = 1; # problem?
}