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