diff options
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); |