diff options
Diffstat (limited to 'src/unreal32.c')
-rw-r--r-- | src/unreal32.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/unreal32.c b/src/unreal32.c index 8766df588..43cb2bb14 100644 --- a/src/unreal32.c +++ b/src/unreal32.c @@ -1362,6 +1362,13 @@ void anope_cmd_global(char *source, const char *fmt, ...) send_token("GLOBOPS", "]"), buf); } +/* GLOBOPS - to handle old WALLOPS */ +void anope_cmd_global_legacy(char *source, char *fmt) +{ + send_cmd(source ? source : ServerName, "%s :%s", + send_token("GLOBOPS", "]"), fmt); +} + /* SQLINE */ /* ** parv[0] = sender |