comparison mcabber/src/main.c @ 993:0759f4c7da68

Add option 'disable_chatstates'
author Mikael Berthe <mikael@lilotux.net>
date Wed, 01 Nov 2006 21:36:50 +0100
parents e79af58cd0be
children 8a395c2cafc4
comparison
equal deleted inserted replaced
992:b37348c2aa79 993:0759f4c7da68
315 scr_LogPrint(LPRINT_DEBUG, "Ping interval established: %d secs", ping); 315 scr_LogPrint(LPRINT_DEBUG, "Ping interval established: %d secs", ping);
316 316
317 if (settings_opt_get_int("hide_offline_buddies") > 0) 317 if (settings_opt_get_int("hide_offline_buddies") > 0)
318 buddylist_set_hide_offline_buddies(TRUE); 318 buddylist_set_hide_offline_buddies(TRUE);
319 319
320 chatstates_disabled = settings_opt_get_int("disable_chatstates");
321
320 if (ret < 0) { 322 if (ret < 0) {
321 scr_LogPrint(LPRINT_NORMAL, "No configuration file has been found."); 323 scr_LogPrint(LPRINT_NORMAL, "No configuration file has been found.");
322 scr_ShowBuddyWindow(); 324 scr_ShowBuddyWindow();
323 } else { 325 } else {
324 /* Connection */ 326 /* Connection */