diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index e76aa427a..1bbc5c2dc 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1061,7 +1061,7 @@ int anope_event_umode2(const char *source, int ac, const char **av) const char *newav[4]; newav[0] = source; newav[1] = av[0]; - do_umode(source, ac, av); + do_umode(source, ac, newav); return MOD_CONT; } |