summaryrefslogtreecommitdiff
path: root/src/unreal32.c
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-23 06:48:22 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-23 06:48:22 +0000
commit297b11d1a8e2896c5ae29f4978dfd88cdbb22f27 (patch)
tree8eafd4de288b913a74f933173f4789d57d0ba7b0 /src/unreal32.c
parent91e8ac0878ecac082bc1b87f433deb9fe3ad32e4 (diff)
BUILD : 1.7.5 (418) BUGS : N/A NOTES : 1. Fixed Rage IRCD compiler error, 2. Added hook for Unreal SJOIN +I support, 3. wallops() is back, 4. depricated.h added to help older modules work with the new commands
git-svn-id: svn://svn.anope.org/anope/trunk@418 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@279 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/unreal32.c')
-rw-r--r--src/unreal32.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/unreal32.c b/src/unreal32.c
index 8766df588..43cb2bb14 100644
--- a/src/unreal32.c
+++ b/src/unreal32.c
@@ -1362,6 +1362,13 @@ void anope_cmd_global(char *source, const char *fmt, ...)
send_token("GLOBOPS", "]"), buf);
}
+/* 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);
+}
+
/* SQLINE */
/*
** parv[0] = sender