mirror of
https://github.com/anope/anope.git
synced 2026-07-05 00:33:12 +02:00
Properly handle FMODEs from InspIRCd with more than 25 arguments.. reported by Angel-SL
This commit is contained in:
@@ -409,7 +409,7 @@ int anope_event_opertype(const char *source, int ac, const char **av)
|
||||
|
||||
int anope_event_fmode(const char *source, int ac, const char **av)
|
||||
{
|
||||
const char *newav[25];
|
||||
const char *newav[128];
|
||||
int n, o;
|
||||
Channel *c;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user