Changeset - 2f9b2826cfbe
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-08-13 19:13:31
hanzz.k@gmail.com
Disable direct_connect
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -218,6 +218,7 @@ class SpectrumNetworkPlugin : public NetworkPlugin {
 
			purple_account_set_password(account, password.c_str());
 
			purple_account_set_enabled(account, "spectrum", TRUE);
 
			purple_account_set_bool(account, "custom_smileys", FALSE);
 
			purple_account_set_bool(account, "direct_connect", FALSE);
 

	
 
			purple_account_set_privacy_type(account, PURPLE_PRIVACY_DENY_USERS);
 

	
0 comments (0 inline, 0 general)