comparison src/server.c @ 200:bc117fbcf527

[gaim-migrate @ 210] Made the receive non-blocking, added a cancel button, and a few other updates. No, sending a file to someone does not work yet. Be patient. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 30 Apr 2000 21:47:04 +0000
parents f2d631f867a3
children 6ced2f1c8b24
comparison
equal deleted inserted replaced
199:be5fbefdb195 200:bc117fbcf527
215 #ifndef USE_OSCAR 215 #ifndef USE_OSCAR
216 char buf[MSG_LEN]; 216 char buf[MSG_LEN];
217 if (message) 217 if (message)
218 g_snprintf(buf, MSG_LEN, "toc_set_away \"%s\"", message); 218 g_snprintf(buf, MSG_LEN, "toc_set_away \"%s\"", message);
219 else 219 else
220 g_snprintf(buf, MSG_LEN, "toc_set_away"); 220 g_snprintf(buf, MSG_LEN, "toc_set_away \"\"");
221 sflap_send(buf, -1, TYPE_DATA); 221 sflap_send(buf, -1, TYPE_DATA);
222 #endif 222 #endif
223 } 223 }
224 224
225 void serv_set_info(char *info) 225 void serv_set_info(char *info)