1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 11:13: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 2328c3e7ec
commit 5cd986e82b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -372,7 +372,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;
+1 -1
View File
@@ -411,7 +411,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;
+1 -1
View File
@@ -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;