@@who
Isildur (Isildur@aicien13.cienalu.unican.es)
Wed, 3 Apr 1996 06:16:50 PST
Hi
I have a problem with @@who.
Im using latest lambdacore and server 1.8p2
When typing @@who got from where addres should be...
moo-cows@parc.xerox.com
This is the listing I have ffor #20:connection_hostname_bsd
1: "Takes the output from connection_name() and returns just the host string
portion of it. Assumes you are using bsd_network style connection names.";
2: s = args[1];
3: return strsub($string_utils:explode(s)[3], ",", "") || "";
The server is compiled with net support (mails gets properly)
Whats going wrong?