mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 12:23:13 +02:00
Fixed a bug with SVSNLINE -
This commit is contained in:
@@ -2603,3 +2603,5 @@ seen. gmtime warning still there
|
||||
requested by AngryWolf (#0001365)
|
||||
- Added HOOKTYPE_PRE_LOCAL_PART to allow changing of part messages suggested by AngryWolf
|
||||
(#0001365)
|
||||
- Fixed a bug with SVSNLINE - reported by FreakyComputer and fixed by AngryWolf
|
||||
(#0001399)
|
||||
|
||||
@@ -172,7 +172,7 @@ DLLFUNC int m_svsnline(aClient *cptr, aClient *sptr, int parc, char *parv[])
|
||||
continue;
|
||||
if (bconf->flag.type2 != CONF_BAN_TYPE_AKILL)
|
||||
continue;
|
||||
if (!stricmp(bconf->mask, parv[3]))
|
||||
if (!stricmp(bconf->mask, parv[2]))
|
||||
break;
|
||||
}
|
||||
if (bconf)
|
||||
|
||||
Reference in New Issue
Block a user