
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

