diff --git a/Changes b/Changes index 426616657..1ce3b8faa 100644 --- a/Changes +++ b/Changes @@ -1968,3 +1968,4 @@ seen. gmtime warning still there - Fixed a match() bug - Fixed a /version bug - Improved fake lag stuff +- Improved previous /version bugfix diff --git a/src/s_serv.c b/src/s_serv.c index af4041a45..53a7a41f4 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -136,7 +136,7 @@ CMD_FUNC(m_version) extern char serveropts[]; /* Only allow remote VERSIONs if registered -- Syzop */ - if (MyClient(sptr) && (!IsPerson(sptr) && !IsServer(cptr))) + if (!IsPerson(sptr) && !IsServer(cptr)) goto normal; if (hunt_server_token(cptr, sptr, MSG_VERSION, TOK_VERSION, ":%s", 1, parc,