0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 20:58:51 +02:00

Code cleanup (m_die)

This commit is contained in:
Valery Yatsko 2008-04-20 07:46:08 +04:00
parent ea82a3ca27
commit 2fcbf2c078

View file

@ -54,9 +54,6 @@ DECLARE_MODULE_AV1(die, NULL, NULL, die_clist, NULL, NULL, "$Revision: 3295 $");
static int
mo_die(struct Client *client_p __unused, struct Client *source_p, int parc, const char *parv[])
{
struct Client *target_p;
rb_dlink_node *ptr;
if(!IsOperDie(source_p))
{
sendto_one(source_p, form_str(ERR_NOPRIVS), me.name, source_p->name, "die");