diff --git a/Changes b/Changes index 715c3aa62..dd00616bf 100644 --- a/Changes +++ b/Changes @@ -23,3 +23,4 @@ [ Unreal4.0 ] - Fixed a _serious_ bug in SERVER command, reported by Valen, Forrester, M0rpheus, JK, and Hiten. +- Fixed /botserv problem diff --git a/include/msg.h b/include/msg.h index 6465dd391..0cbdb462b 100644 --- a/include/msg.h +++ b/include/msg.h @@ -500,8 +500,8 @@ struct Message msgtab[] = { {MSG_SVSNAME, m_chgname, 0, MAXPARA, TOK_CHGNAME, 0L}, {MSG_SHUN, m_shun, 0, MAXPARA, TOK_SHUN, 0L}, {MSG_NEWJOIN, m_join, 0, MAXPARA, TOK_JOIN, 0L}, - {MSG_BOTSERV, m_botserv, 0, MAXPARA, TOK_BOTSERV,0L}, - {TOK_BOTSERV, m_botserv, 0, MAXPARA, TOK_BOTSERV,0L}, + {MSG_BOTSERV, m_botserv, 0, 1, TOK_BOTSERV,0L}, + {TOK_BOTSERV, m_botserv, 0, 1, TOK_BOTSERV,0L}, {(char *)0, (int (*)())0, 0, 0, 0, 0L} };