X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/2f355b7e3cafdef3a614b723cc2a6c70a1d8339e..ea41b24fd4807e3565bf5f8f293e2efc4c20b62d:/modules/m_restart.c diff --git a/modules/m_restart.c b/modules/m_restart.c index 3910e299..3bdb1df2 100644 --- a/modules/m_restart.c +++ b/modules/m_restart.c @@ -94,13 +94,6 @@ mo_restart(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sour static void me_restart(struct MsgBuf *msgbuf_p __unused, struct Client *client_p __unused, struct Client *source_p, int parc, const char *parv[]) { - if(!find_shared_conf(source_p->username, source_p->host, source_p->servptr->name, SHARED_DIE)) - { - sendto_one_notice(source_p, ":*** You do not have an appropriate shared block to " - "remotely restart this server."); - return; - } - do_restart(source_p, parv[1]); }