diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:10 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:10 +0000 |
commit | f9b628b0d37844e66a8d2acae797a81444df78ba (patch) | |
tree | 64be8440b22051b5c2433969395747ca1221db34 /src/protocol/bahamut.c | |
parent | d64b3aa890976ef888c11e1c24da5b692f1d67d3 (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/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index bd0b9f05e..5a38312d5 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -1506,12 +1506,6 @@ void bahamut_cmd_jupe(const char *jserver, const char *who, const char *reason) new_server(me_server, jserver, rbuf, SERVER_JUPED, NULL); } -/* GLOBOPS - to handle old WALLOPS */ -void bahamut_cmd_global_legacy(const char *source, const char *fmt) -{ - send_cmd(source ? source : ServerName, "GLOBOPS :%s", fmt); -} - /* 1 = valid nick 0 = nick is in valid @@ -1601,7 +1595,6 @@ void moduleAddAnopeCmds() pmodule_cmd_243(bahamut_cmd_243); pmodule_cmd_211(bahamut_cmd_211); pmodule_cmd_global(bahamut_cmd_global); - pmodule_cmd_global_legacy(bahamut_cmd_global_legacy); pmodule_cmd_sqline(bahamut_cmd_sqline); pmodule_cmd_squit(bahamut_cmd_squit); pmodule_cmd_svso(bahamut_cmd_svso); |