comparison mcabber/mcabber/commands.c @ 2312:def5f64c253d

Rebuild the buddylist after disconnect/before buddylist search
author franky
date Sun, 19 Feb 2017 18:55:12 +0100
parents e26c7709e023
children 1cfe6df4f7e6
comparison
equal deleted inserted replaced
2311:962c98e4864d 2312:def5f64c253d
2916 return; 2916 return;
2917 } 2917 }
2918 // Delete the room 2918 // Delete the room
2919 roster_del_user(buddy_getjid(bud)); 2919 roster_del_user(buddy_getjid(bud));
2920 scr_update_buddy_window(); 2920 scr_update_buddy_window();
2921 buddylist_defer_build();
2922 scr_update_roster(); 2921 scr_update_roster();
2923 } 2922 }
2924 2923
2925 static void room_topic(gpointer bud, char *arg) 2924 static void room_topic(gpointer bud, char *arg)
2926 { 2925 {