]> andersk Git - libfaim.git/blobdiff - utils/faimtest/faimtest.c
- Sun May 21 14:59:20 GMT 2000
[libfaim.git] / utils / faimtest / faimtest.c
index 853922c1b3d969ac72e2fca5e4bcfce744d2ca0e..03313be5ca0160ae58ebe5a60c756bbf888b7eb4 100644 (file)
@@ -547,7 +547,10 @@ int faimtest_parse_incoming_im(struct aim_session_t *sess, struct command_rx_str
            }
          else if (!strncmp(tmpstr, "leave", 5))
            aim_chat_leaveroom(sess, "worlddomination");
-         else 
+         else if (!strncmp(tmpstr, "getinfo", 7)) {
+           aim_getinfo(sess, command->conn, "midendian", AIM_GETINFO_GENERALINFO);
+           aim_getinfo(sess, command->conn, "midendian", AIM_GETINFO_AWAYMESSAGE);
+         } else 
            {
 #if 0
              printf("faimtest: icbm:  starting chat...\n");
This page took 0.071209 seconds and 4 git commands to generate.