mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 11:31:01 +00:00
+
This commit is contained in:
parent
47395d9962
commit
09b601eaef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user