
USER_EXISTS(2)             silmul_efun             USER_EXISTS(2)

名称
     user_exists - 判断某个玩家是否在线上

语法
     int user_exists(string user);

描述
     Returns 1 if user exists  on  this  mud,  otherwise  returns
     zero.

     Checks to see if there is a file called

       /data/users/<first letter of user's name>/user.o

     e.g. user_exists("Ichabod") would check to see if there  was
     a file called /data/users/i/ichabod.o.

其它参考档案
     /adm/simul_efun/existence.c

作者
     Ichabod@TMI, 2/1/93
     wade@future 4/8/1996 翻译

MudOS Release 0.9         Last change:                   3-19-93

