diff options
Diffstat (limited to 'src/hybrid.c')
-rw-r--r-- | src/hybrid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hybrid.c b/src/hybrid.c index d309ff621..554bb97e7 100644 --- a/src/hybrid.c +++ b/src/hybrid.c @@ -530,6 +530,11 @@ void anope_cmd_global(char *source, const char *fmt, ...) send_cmd(source ? source : ServerName, "OPERWALL :%s", buf); } +/* GLOBOPS - to handle old WALLOPS */ +void anope_cmd_global_legacy(char *source, char *fmt) +{ + send_cmd(source ? source : ServerName, "OPERWALL :%s", fmt); +} int anope_event_sjoin(char *source, int ac, char **av) { |