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:
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user