diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-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 c44293ed8..609c27a79 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -984,7 +984,7 @@ int anope_event_server(const char *source, int ac, const char **av) delete [] desc; delete [] upnumeric; } else { - do_server(source, av[0], av[1], av[2], NULL); + do_server(source, av[0], av[1], av[2], ""); } return MOD_CONT; |