mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-20 17:20:12 +01:00
do_toggle does everything now. Removed color, syslog, wimpy, pagelength, and do_gen_tog
This commit is contained in:
parent
f33141db5b
commit
7b195232f5
5 changed files with 109 additions and 353 deletions
|
|
@ -119,7 +119,7 @@ struct alias_data {
|
|||
#define SCMD_NOGRATZ 8
|
||||
#define SCMD_NOWIZ 9
|
||||
#define SCMD_QUEST 10
|
||||
#define SCMD_ROOMFLAGS 11
|
||||
#define SCMD_SHOWVNUMS 11
|
||||
#define SCMD_NOREPEAT 12
|
||||
#define SCMD_HOLYLIGHT 13
|
||||
#define SCMD_SLOWNS 14
|
||||
|
|
@ -130,6 +130,8 @@ struct alias_data {
|
|||
#define SCMD_AFK 19
|
||||
#define SCMD_COLOR 20
|
||||
#define SCMD_SYSLOG 21
|
||||
#define SCMD_WIMPY 22
|
||||
#define SCMD_PAGELENGTH 23
|
||||
|
||||
/* do_wizutil */
|
||||
#define SCMD_REROLL 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue