logcmd.txt

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

TXT
22
字号
Log Management ModuleThis module is part of RPGServ.void Cmd_logcmd_Init();	Lachesis only: This is called from modinit.lst to announce this		       module to the command subsystem.void Cmd_Log_Root(void *, int, const char *);	Root command handler for the logging system. This module is only	usable by the master account. Available commands:	  LOG with no arguments displays the current status of logging:	  active, inactive, no log file specified, or invalid or existing	  file specified.	  LOG FILE <filename> specifies a log file to open.	  LOG CLOSE closes the current log file. It cannot be reopened.	  LOG ON makes logging active. Lines will be logged as appropriate	  to settings.	  LOG OFF makes logging inactive. Log file remains open, but no	  lines will be logged.@(#) $Id: logcmd.txt,v 1.1.1.1 2004/01/16 07:28:15 lachesis Exp $

⌨️ 快捷键说明

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