comparison src/server.c @ 5592:57165429ed73

[gaim-migrate @ 5996] You can sign on and off, but you can never leave. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 08:39:12 +0000
parents 3a9b54f260e3
children 8b24e4d1e082
comparison
equal deleted inserted replaced
5591:74a0e79ad627 5592:57165429ed73
120 if (prpl_info->close) 120 if (prpl_info->close)
121 prpl_info->close(gc); 121 prpl_info->close(gc);
122 } 122 }
123 123
124 prpl = gc->prpl; 124 prpl = gc->prpl;
125
126 gaim_account_disconnect(gaim_connection_get_account(gc));
127 } 125 }
128 126
129 void serv_touch_idle(GaimConnection *gc) 127 void serv_touch_idle(GaimConnection *gc)
130 { 128 {
131 /* Are we idle? If so, not anymore */ 129 /* Are we idle? If so, not anymore */