diff --git a/src/chat/client.toml b/src/chat/client.toml
index 4fb082a..6de191d 100644
--- a/src/chat/client.toml
+++ b/src/chat/client.toml
@@ -14,6 +14,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-[connection]
auto_connect = false # Automatic connection to 'auto_connect_ip'
auto_connect_ip = "109.123.243.163" # See 'auto_connect'
\ No newline at end of file
diff --git a/src/chat/server.toml b/src/chat/server.toml
index 6a8eb5d..30f15ed 100644
--- a/src/chat/server.toml
+++ b/src/chat/server.toml
@@ -14,5 +14,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-[connection]
user_pick_username = true # User will be prompted for his username on connect or will have to set it onetime [NOT IMPLEMENTED]