authcmd.txt

来自「Lachesis an IRCRPG combat engine written」· 文本 代码 · 共 14 行

TXT
14
字号
Authentication Command ModuleThis module is a part of RPGServ.void Cmd_authcmd_Init();	Lachesis only: Called by modinit.lst to announce the module to		       the command subsystemvoid Cmd_Auth_Root(void *, int, const char *);	Root command handler for Authentication Command Module.void Cmd_Auth_HandlePasswd(void *, int, const char *);	friend of Auth_TUser (auth.cc)@(#) $Id: authcmd.txt,v 1.1.1.1 2004/01/16 07:28:15 lachesis Exp $

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?