X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/69fb5a933479d9fd985370e7fb381465bfefa99c..9bafc40df91539963591e7f114012c2f5635e7e3:/gameserv/tcpclient.cpp diff --git a/gameserv/tcpclient.cpp b/gameserv/tcpclient.cpp index a77226c..3827458 100644 --- a/gameserv/tcpclient.cpp +++ b/gameserv/tcpclient.cpp @@ -430,7 +430,7 @@ int main(int argc, char *argv[]) delete [] longname; gameserv(source, rest); } - else if (stricmp(dest, c_Forest) == 0 && listenonc_forest) + else if (stricmp(dest, c_Forest) == 0 && isListenOnCF(configflags)) { delete [] longname; forest(source, rest);