MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

@@who



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?



Home | Subject Index | Thread Index