diff options
Diffstat (limited to 'src/dreamforge.c')
-rw-r--r-- | src/dreamforge.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dreamforge.c b/src/dreamforge.c index 4318e0760..47f48ae1d 100644 --- a/src/dreamforge.c +++ b/src/dreamforge.c @@ -1354,4 +1354,10 @@ 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, "GLOBOPS :%s", fmt); +} + #endif |