| 282 { |
282 { |
| 283 plugin_event(event_signoff, gc, 0, 0, 0); |
283 plugin_event(event_signoff, gc, 0, 0, 0); |
| 284 update_keepalive(gc, FALSE); |
284 update_keepalive(gc, FALSE); |
| 285 serv_close(gc); |
285 serv_close(gc); |
| 286 redo_buddy_list(); |
286 redo_buddy_list(); |
| |
287 do_away_menu(); |
| 287 #ifdef USE_APPLET |
288 #ifdef USE_APPLET |
| 288 if (connections) |
289 if (connections) |
| 289 set_user_state(online); |
290 set_user_state(online); |
| 290 #endif |
291 #endif |
| 291 update_connection_dependent_prefs(); |
292 update_connection_dependent_prefs(); |