1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 15:13:13 +02:00

- Improved previous /version bugfix

This commit is contained in:
Bram Matthys
2003-03-09 22:09:02 +00:00
parent 9d6afdb321
commit 3ff5f281a9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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,