Fixed a bug with SVSNLINE -

This commit is contained in:
codemastr 2003-11-30 00:48:37 +00:00
parent 1f0e883094
commit b27e04b7a1
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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)