comparison mcabber/src/commands.c @ 865:cee8d6be04e1

Improve changeset a3db3ee8b99e, do not enable chatmode when refreshing
author Mikael Berthe <mikael@lilotux.net>
date Wed, 24 May 2006 21:52:46 +0200
parents e1adea19ba14
children b30df2ab457f
comparison
equal deleted inserted replaced
864:a7b3409df6bc 865:cee8d6be04e1
658 } 658 }
659 } 659 }
660 660
661 scr_LogPrint(LPRINT_LOGNORM, "Removing <%s>...", jid); 661 scr_LogPrint(LPRINT_LOGNORM, "Removing <%s>...", jid);
662 jb_delbuddy(jid); 662 jb_delbuddy(jid);
663 scr_ShowBuddyWindow(); 663 scr_UpdateBuddyWindow();
664 } 664 }
665 665
666 static void do_group(char *arg) 666 static void do_group(char *arg)
667 { 667 {
668 gpointer group; 668 gpointer group;
1753 scr_LogPrint(LPRINT_NORMAL, "You haven't left this room!"); 1753 scr_LogPrint(LPRINT_NORMAL, "You haven't left this room!");
1754 return; 1754 return;
1755 } 1755 }
1756 // Delete the room 1756 // Delete the room
1757 roster_del_user(buddy_getjid(bud)); 1757 roster_del_user(buddy_getjid(bud));
1758 scr_ShowBuddyWindow(); 1758 scr_UpdateBuddyWindow();
1759 buddylist_build(); 1759 buddylist_build();
1760 update_roster = TRUE; 1760 update_roster = TRUE;
1761 } 1761 }
1762 1762
1763 static void room_topic(gpointer bud, char *arg) 1763 static void room_topic(gpointer bud, char *arg)