>>272
Cookieに保存されています。なのでログアウトしないとずっと送ります。なおなぜそうなったかは
2ちゃんねる用ブラウザ「twintail」Part28 http://potato.2ch.net/test/read.cgi/software/1307621244/851,869-871
公式サイトの2.5.1フル版ですでにコテハン別BeID送信設定がなくなっているからそういうことなのでしょう。

>>276
昔(2.3系)からで、
//
// checkBoxSendBeID
//
this.checkBoxSendBeID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.checkBoxSendBeID.Appearance = System.Windows.Forms.Appearance.Button;
this.checkBoxSendBeID.AutoSize = true;
this.checkBoxSendBeID.Enabled = false;
this.checkBoxSendBeID.Location = new System.Drawing.Point(36, 218);
this.checkBoxSendBeID.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxSendBeID.Name = "checkBoxSendBeID";
this.checkBoxSendBeID.Size = new System.Drawing.Size(30, 22);
this.checkBoxSendBeID.TabIndex = 3;
this.checkBoxSendBeID.Text = "BE";
this.checkBoxSendBeID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.checkBoxSendBeID.Visible = false;

checkBoxSendBeID.Visibleをtrueにするコードはどこにも見つかりませんでした。