svn: 1739
@@ -3,6 +3,7 @@ This is a summary of ChangeLog basically.
Lines prefixxed with '-' were disabled before release and are not finishsed.
1.2.2
+* Don't sanity check flags for users on DCC CHAT if they are on the bot via .botcmd.
1.2.1
@@ -2169,7 +2169,7 @@ int check_dcc_attrs(struct userrec *u, flag_t oatr)
int stat;
for (int i = 0; i < dcc_total; i++) {
- if (dcc[i].type) {
+ if (dcc[i].type && !dcc[i].simul) {
#ifdef LEAF
if (dcc[i].type && dcc[i].type == &DCC_CHAT && !ischanhub() && u == conf.bot->u) {
dprintf(i, "I am no longer a chathub..\n\n");