From f9b628b0d37844e66a8d2acae797a81444df78ba Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Tue, 30 Sep 2008 18:45:10 +0000 Subject: Remove legacy global function. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1208 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/unreal32.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/protocol/unreal32.c') diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 794b074d3..4d7c94997 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -986,13 +986,6 @@ void unreal_cmd_global(const char *source, const char *buf) send_token("GLOBOPS", "]"), buf); } -/* GLOBOPS - to handle old WALLOPS */ -void unreal_cmd_global_legacy(const char *source, const char *fmt) -{ - send_cmd(source ? source : ServerName, "%s :%s", - send_token("GLOBOPS", "]"), fmt); -} - /* SQLINE */ /* ** parv[0] = sender @@ -2154,7 +2147,6 @@ void moduleAddAnopeCmds() pmodule_cmd_243(unreal_cmd_243); pmodule_cmd_211(unreal_cmd_211); pmodule_cmd_global(unreal_cmd_global); - pmodule_cmd_global_legacy(unreal_cmd_global_legacy); pmodule_cmd_sqline(unreal_cmd_sqline); pmodule_cmd_squit(unreal_cmd_squit); pmodule_cmd_svso(unreal_cmd_svso); -- cgit