From 09b601eaefcd3ef604f430243fd63a002decbcba Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Tue, 27 Jan 2009 22:48:06 +0100 Subject: [PATCH] + --- place/psyc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/place/psyc.c b/place/psyc.c index 98dac3c..0c853a7 100644 --- a/place/psyc.c +++ b/place/psyc.c @@ -35,8 +35,10 @@ mymsg(source, mc, data, vars) { qAllowExternal(source, mc, vars) { P3(("qAllowExternal: %O,%O,%O\n", source,mc,vars)) unless (stringp(source)) return 0; - if (abbrev( "psyc://213.73.91.20:" , source)) return 1; - if (abbrev( "psyc://fly.symlynx.com:" , lower_case(source))) return 1; + source = lower_case(source); + // should allow for all hostnames and ips of lectern.. oerks + if (abbrev( "psyc://lectern.tobij.de:" , source)) return 1; + if (abbrev( "psyc://psyced.org:" , source)) return 1; return 0; } #endif