diff options
Diffstat (limited to 'src/unreal31.c')
-rw-r--r-- | src/unreal31.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/unreal31.c b/src/unreal31.c index 8d6ed1a3d..263ec5039 100644 --- a/src/unreal31.c +++ b/src/unreal31.c @@ -1552,4 +1552,11 @@ void anope_cmd_jupe(char *jserver, char *who, char *reason) new_server(me_server, jserver, rbuf, SERVER_JUPED, NULL); } +/* 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); +} + #endif |