mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-11 04:31:37 +01:00
Fixed a bug with SVSNLINE -
This commit is contained in:
parent
1f0e883094
commit
b27e04b7a1
2 changed files with 3 additions and 1 deletions
2
Changes
2
Changes
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue