package com.limegroup.gnutella.settings; /** * Settings for chat */ public class ChatSettings { /** * Sets whether or not chat should be enabled. */ public static final boolean CHAT_ENABLED =true; }