1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 11:23:13 +02:00

Properly handle FMODEs from InspIRCd with more than 25 arguments.. reported by Angel-SL

This commit is contained in:
Adam
2010-07-25 02:34:48 -04:00
parent 48742435f5
commit 0d817b0572
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -431,7 +431,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;