Remove qsay

This commit is contained in:
kinther 2025-08-19 09:40:03 -07:00
parent f5cae94e14
commit 1cf23d76b0
3 changed files with 5 additions and 13 deletions

View file

@ -247,7 +247,6 @@ cpp_extern const struct command_info cmd_info[] = {
{ "quest" , "que" , POS_DEAD , do_quest , 0, 0 },
{ "qui" , "qui" , POS_DEAD , do_quit , 0, 0 },
{ "quit" , "quit" , POS_DEAD , do_quit , 0, SCMD_QUIT },
{ "qsay" , "qsay" , POS_RESTING , do_qcomm , 0, SCMD_QSAY },
{ "reply" , "r" , POS_SLEEPING, do_reply , LVL_IMMORT, 0 },
{ "rest" , "res" , POS_RESTING , do_rest , 0, 0 },