summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
commitf9b628b0d37844e66a8d2acae797a81444df78ba (patch)
tree64be8440b22051b5c2433969395747ca1221db34 /src/protocol/unreal32.c
parentd64b3aa890976ef888c11e1c24da5b692f1d67d3 (diff)
Remove legacy global function.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1208 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c8
1 files changed, 0 insertions, 8 deletions
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);