/[LeafOK_CVS]/innwebd/bbsd.cpp
ViewVC logotype

Diff of /innwebd/bbsd.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Sat Jul 3 05:34:51 2004 UTC Revision 1.3 by sysadm, Sat Jul 3 08:47:07 2004 UTC
# Line 78  int bbsd::Accept(void) Line 78  int bbsd::Accept(void)
78                          "注册用户数[\033[36m%ld\033[32m]\r\n"                          "注册用户数[\033[36m%ld\033[32m]\r\n"
79                          "\033[1;37m本站目前尚未开设telnet服务 请使用Web方式访问\r\n\r\n"                          "\033[1;37m本站目前尚未开设telnet服务 请使用Web方式访问\r\n\r\n"
80                          "\033[1;32m    http://%s    \033[m\r\n",                          "\033[1;32m    http://%s    \033[m\r\n",
81                          this->innd_name,u_online,MAX_THREAD,u_anonymous,u_total,                          this->innd_name,u_online,MAX_CLIENT,u_anonymous,u_total,
82                          this->innd_server,this->innd_server);                          this->innd_server,this->innd_server);
83    
84                  this->s_send(out);                  this->s_send(out);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1