diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 1041352db..3eb24cc62 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -701,9 +701,9 @@ int anope_event_mode(const char *source, int ac, const char **av) /* This is used to strip the TS from the end of the mode stirng */ int anope_event_gmode(const char *source, int ac, const char **av) { - if (findserver(servlist, source)) - --ac; - return anope_event_mode(source, ac, av); + if (findserver(servlist, source)) + --ac; + return anope_event_mode(source, ac, av); } /* Unreal sends USER modes with this */ |