no need to part the channel as bot isn't persistant

This commit is contained in:
DNB 2007-07-28 12:15:14 +00:00
parent 035587a688
commit 9927f21957
2 changed files with 0 additions and 2 deletions

View file

@ -110,7 +110,6 @@ int SeenPartChan (const CmdParams *cmdparams)
strlcpy(tmpmsg, cmdparams->channel->name, SS_MESSAGESIZE);
}
addseenentry(cmdparams->source->name, cmdparams->source->user->userhostmask, cmdparams->source->user->uservhostmask, tmpmsg, SS_PART);
SeenDelChan(cmdparams);
return NS_SUCCESS;
}

View file

@ -587,7 +587,6 @@ int SeenDelChan (const CmdParams *cmdparams)
esc = lnode_get(ln);
if( !ircstrcasecmp( esc->name , cmdparams->channel->name ) )
{
irc_part (sns_bot, esc->name, NULL);
esc->c = NULL;
break;
}