Merge pull request #6 from Joah/master

Port m_capab Crash Exploit Fix from charybdis
This commit is contained in:
BGreenham 2012-12-31 11:51:11 -08:00
commit 8a42fb85b2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static int me_gcap(struct Client *, struct Client *, int, const char **);
struct Message capab_msgtab = {
"CAPAB", 0, 0, 0, MFLG_SLOW | MFLG_UNREG,
{{mr_capab, 0}, mg_ignore, mg_ignore, mg_ignore, mg_ignore, mg_ignore}
{{mr_capab, 2}, mg_ignore, mg_ignore, mg_ignore, mg_ignore, mg_ignore}
};
struct Message gcap_msgtab = {
"GCAP", 0, 0, 0, MFLG_SLOW,