--- deliantra/Deliantra-Client/bin/cfplus 2007/07/23 15:30:46 1.184 +++ deliantra/Deliantra-Client/bin/cfplus 2007/07/24 18:39:39 1.185 @@ -494,6 +494,7 @@ $SETUP_DIALOG->show; $PL_WINDOW->hide; $SPELL_LIST->clear_spells; + $MESSAGE_WINDOW->clear_channels; $CFPlus::UI::ROOT->emit (stop_game => ! ! $CONN); &audio_music_set ([]); @@ -1186,19 +1187,6 @@ my $row = 0; - $table->add_at (0, $row, new CFPlus::UI::Label valign => 0, align => 1, text => "Chat Command"); - $table->add_at (1, $row++, my $saycmd = new CFPlus::UI::Entry - text => $CFG->{say_command}, - tooltip => "This is the command that will be used if you write a line in the message window entry or press \" in the map window. " - . "Usually you want to enter something like 'say' or 'shout' or 'gsay' here. " - . "But you could also set it to tell playername to only chat with that user.", - on_changed => sub { - my ($self, $value) = @_; - $CFG->{say_command} = $value; - 0 - } - ); - $table->add_at (0, $row, new CFPlus::UI::Label valign => 0, align => 1, text => "Tip of the day"); $table->add_at (1, $row++, new CFPlus::UI::CheckBox state => $CFG->{show_tips}, @@ -2202,7 +2190,6 @@ gauge_size => 0.35, stat_fontsize => 0.7, mapsize => 100, - say_command => 'chat', audio_enable => 1, bgm_enable => 1, bgm_volume => 0.25,