Mercurial > pidgin
comparison src/server.c @ 503:6e318907bcce
[gaim-migrate @ 513]
bringing gaim up to latest libfaim
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 18 Jul 2000 05:37:39 +0000 |
| parents | 6a92cd7322cc |
| children | 3133ab511d92 |
comparison
equal
deleted
inserted
replaced
| 502:4d1e39112cbd | 503:6e318907bcce |
|---|---|
| 165 sflap_send(buf, strlen(buf), TYPE_DATA); | 165 sflap_send(buf, strlen(buf), TYPE_DATA); |
| 166 } else { | 166 } else { |
| 167 if (away) | 167 if (away) |
| 168 aim_send_im(gaim_sess, gaim_conn, name, AIM_IMFLAGS_AWAY, message); | 168 aim_send_im(gaim_sess, gaim_conn, name, AIM_IMFLAGS_AWAY, message); |
| 169 else | 169 else |
| 170 aim_send_im(gaim_sess, gaim_conn, name, 0, message); | 170 aim_send_im(gaim_sess, gaim_conn, name, AIM_IMFLAGS_ACK, message); |
| 171 } | 171 } |
| 172 if (!away) | 172 if (!away) |
| 173 serv_touch_idle(); | 173 serv_touch_idle(); |
| 174 } | 174 } |
| 175 | 175 |
