mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 18:13:12 +02:00
- Made SVSNOOP work. Reported by Lx (#0000933). [not dangerous to fix ;P]
This commit is contained in:
@@ -106,7 +106,7 @@ int m_svsnoop(aClient *cptr, aClient *sptr, int parc, char *parv[])
|
||||
{
|
||||
aClient *acptr;
|
||||
|
||||
if (!(check_registered(sptr) && IsULine(sptr) && parc > 2))
|
||||
if (!(IsULine(sptr) && parc > 2))
|
||||
return 0;
|
||||
/* svsnoop bugfix --binary */
|
||||
if (hunt_server_token(cptr, sptr, MSG_SVSNOOP, TOK_SVSNOOP, "%s :%s", 1, parc,
|
||||
|
||||
Reference in New Issue
Block a user