comparison src/toc.c @ 149:9d684979f507

[gaim-migrate @ 159] You can now change passwords. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 23 Apr 2000 23:27:29 +0000
parents 55faf2e3a134
children d7690984c0f1
comparison
equal deleted inserted replaced
148:c09b48f8f7f4 149:9d684979f507
175 #if 0 175 #if 0
176 g_snprintf(buf2, sizeof(buf2), "toc_set_caps %s", 176 g_snprintf(buf2, sizeof(buf2), "toc_set_caps %s",
177 FILETRANS_UID); 177 FILETRANS_UID);
178 sflap_send(buf2, -1, TYPE_DATA); 178 sflap_send(buf2, -1, TYPE_DATA);
179 #endif 179 #endif
180 180
181 serv_finish_login(); 181 serv_finish_login();
182 return 0; 182 return 0;
183 } 183 }
184 184
185 void toc_close() 185 void toc_close()
496 sscanf(strtok(NULL, ":"), "%d", &id); 496 sscanf(strtok(NULL, ":"), "%d", &id);
497 name = strtok(NULL, ":"); 497 name = strtok(NULL, ":");
498 serv_got_joined_chat(id, name); 498 serv_got_joined_chat(id, name);
499 499
500 } else if (!strcasecmp(c, "DIR_STATUS")) { 500 } else if (!strcasecmp(c, "DIR_STATUS")) {
501 } else if (!strcasecmp(c, "ADMIN_PASSWD_STATUS")) {
502 do_error_dialog("Password Change Successeful", "Gaim - Password Change");
501 } else if (!strcasecmp(c, "CHAT_UPDATE_BUDDY")) { 503 } else if (!strcasecmp(c, "CHAT_UPDATE_BUDDY")) {
502 int id; 504 int id;
503 char *in; 505 char *in;
504 char *buddy; 506 char *buddy;
505 GList *bcs = buddy_chats; 507 GList *bcs = buddy_chats;