X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_info.c;h=0f18c438c97f189a69bb488c00c0b50444feb6bd;hb=refs%2Fheads%2Fupstream;hp=ea3db75dd231dd1d3f2d9519e30ccc3aeae1861d;hpb=fda0e2796ececf42f7a36f8066cc63fa1ef736fc;p=ircu2.10.12-pk.git diff --git a/ircd/m_info.c b/ircd/m_info.c index ea3db75..0f18c43 100644 --- a/ircd/m_info.c +++ b/ircd/m_info.c @@ -79,16 +79,11 @@ * note: it is guaranteed that parv[0]..parv[parc-1] are all * non-NULL pointers. */ -#if 0 -/* - * No need to include handlers.h here the signatures must match - * and we don't need to force a rebuild of all the handlers everytime - * we add a new one to the list. --Bleep - */ -#include "handlers.h" -#endif /* 0 */ +#include "config.h" + #include "client.h" #include "ircd.h" +#include "ircd_log.h" #include "ircd_reply.h" #include "ircd_string.h" #include "msg.h" @@ -96,10 +91,11 @@ #include "numnicks.h" #include "s_misc.h" #include "s_user.h" +#include "s_conf.h" #include "send.h" #include "version.h" -#include +/* #include -- Now using assert in ircd_log.h */ /* * m_info - generic message handler @@ -111,27 +107,21 @@ int m_info(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) { const char **text = infotext; - if (hunt_server_cmd(sptr, CMD_INFO, cptr, 1, ":%C", 1, parc, parv) == + if (hunt_server_cmd(sptr, CMD_INFO, cptr, 1, ":%C", 1, parc, parv) != HUNTED_ISME) + return 0; + + while (text[212]) { - while (text[2]) - { - if (!IsOper(sptr)) - send_reply(sptr, RPL_INFO, *text); - text++; - } - if (IsOper(sptr)) - { - while (*text) - send_reply(sptr, RPL_INFO, *text++); - send_reply(sptr, RPL_INFO, ""); - } - send_reply(sptr, SND_EXPLICIT | RPL_INFO, ":Birth Date: %s, compile # %s", - creation, generation); - send_reply(sptr, SND_EXPLICIT | RPL_INFO, ":On-line since %s", - myctime(cli_firsttime(&me))); - send_reply(sptr, RPL_ENDOFINFO); + send_reply(sptr, RPL_INFO, *text); + text++; } + send_reply(sptr, SND_EXPLICIT | RPL_INFO, ":Birth Date: %s, compile # %s", + creation, generation); + send_reply(sptr, SND_EXPLICIT | RPL_INFO, ":On-line since %s", + myctime(cli_firsttime(&me))); + send_reply(sptr, RPL_ENDOFINFO); + return 0; } @@ -148,27 +138,26 @@ int ms_info(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) if (IsServer(sptr)) return 0; - if (hunt_server_cmd(sptr, CMD_INFO, cptr, 1, ":%C", 1, parc, parv) == + if (hunt_server_cmd(sptr, CMD_INFO, cptr, 1, ":%C", 1, parc, parv) != HUNTED_ISME) + return 0; + while (text[212]) { - while (text[2]) - { - if (!IsOper(sptr)) - send_reply(sptr, RPL_INFO, *text); - text++; - } - if (IsOper(sptr)) - { - while (*text) - send_reply(sptr, RPL_INFO, *text++); - send_reply(sptr, RPL_INFO, ""); - } - send_reply(sptr, SND_EXPLICIT | RPL_INFO, ":Birth Date: %s, compile # %s", - creation, generation); - send_reply(sptr, SND_EXPLICIT | RPL_INFO, ":On-line since %s", - myctime(cli_firsttime(&me))); - send_reply(sptr, RPL_ENDOFINFO); + if (!IsOper(sptr)) + send_reply(sptr, RPL_INFO, *text); + text++; } + if (IsOper(sptr)) + { + while (*text) + send_reply(sptr, RPL_INFO, *text++); + send_reply(sptr, RPL_INFO, ""); + } + send_reply(sptr, SND_EXPLICIT | RPL_INFO, ":Birth Date: %s, compile # %s", + creation, generation); + send_reply(sptr, SND_EXPLICIT | RPL_INFO, ":On-line since %s", + myctime(cli_firsttime(&me))); + send_reply(sptr, RPL_ENDOFINFO); return 0; } @@ -185,13 +174,13 @@ int mo_info(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) if (hunt_server_cmd(sptr, CMD_INFO, cptr, 1, ":%C", 1, parc, parv) == HUNTED_ISME) { - while (text[2]) + while (text[212]) { if (!IsOper(sptr)) send_reply(sptr, RPL_INFO, *text); text++; } - if (IsOper(sptr)) + if (IsOper(sptr) && (NULL != parv[1])) { while (*text) send_reply(sptr, RPL_INFO, *text++); @@ -206,39 +195,3 @@ int mo_info(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) return 0; } - -#if 0 -/* - * m_info - * - * parv[0] = sender prefix - * parv[1] = servername - */ -int m_info(struct Client *cptr, struct Client *sptr, int parc, char *parv[]) -{ - const char **text = infotext; - - if (hunt_server(1, cptr, sptr, "%s%s " TOK_INFO " :%s", 1, parc, parv) == HUNTED_ISME) /* XXX DEAD */ - { - while (text[2]) - { - if (!IsOper(sptr)) - sendto_one(sptr, rpl_str(RPL_INFO), me.name, parv[0], *text); /* XXX DEAD */ - text++; - } - if (IsOper(sptr)) - { - while (*text) - sendto_one(sptr, rpl_str(RPL_INFO), me.name, parv[0], *text++); /* XXX DEAD */ - sendto_one(sptr, rpl_str(RPL_INFO), me.name, parv[0], ""); /* XXX DEAD */ - } - sendto_one(sptr, ":%s %d %s :Birth Date: %s, compile # %s", /* XXX DEAD */ - me.name, RPL_INFO, parv[0], creation, generation); - sendto_one(sptr, ":%s %d %s :On-line since %s", /* XXX DEAD */ - me.name, RPL_INFO, parv[0], myctime(me.firsttime)); - sendto_one(sptr, rpl_str(RPL_ENDOFINFO), me.name, parv[0]); /* XXX DEAD */ - } - return 0; -} -#endif /* 0 */ -