summaryrefslogtreecommitdiff
path: root/src/ultimate2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ultimate2.c')
-rw-r--r--src/ultimate2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ultimate2.c b/src/ultimate2.c
index 11ba07ab3..1eced99d4 100644
--- a/src/ultimate2.c
+++ b/src/ultimate2.c
@@ -1700,4 +1700,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