libpurple/protocols/irc/irc.c

changeset 32316
21dab55b4699
parent 32315
2550a39e0285
child 32338
bfbce5185378
equal deleted inserted replaced
32315:2550a39e0285 32316:21dab55b4699
915 irc_cmd_ping(irc, NULL, NULL, NULL); 915 irc_cmd_ping(irc, NULL, NULL, NULL);
916 } 916 }
917 917
918 static PurplePluginProtocolInfo prpl_info = 918 static PurplePluginProtocolInfo prpl_info =
919 { 919 {
920 sizeof(PurplePluginProtocolInfo), /* struct_size */
920 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL | 921 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL |
921 OPT_PROTO_SLASH_COMMANDS_NATIVE, 922 OPT_PROTO_SLASH_COMMANDS_NATIVE,
922 NULL, /* user_splits */ 923 NULL, /* user_splits */
923 NULL, /* protocol_options */ 924 NULL, /* protocol_options */
924 NO_BUDDY_ICONS, /* icon_spec */ 925 NO_BUDDY_ICONS, /* icon_spec */
981 irc_send_raw, /* send_raw */ 982 irc_send_raw, /* send_raw */
982 NULL, /* roomlist_room_serialize */ 983 NULL, /* roomlist_room_serialize */
983 NULL, /* unregister_user */ 984 NULL, /* unregister_user */
984 NULL, /* send_attention */ 985 NULL, /* send_attention */
985 NULL, /* get_attention_types */ 986 NULL, /* get_attention_types */
986 sizeof(PurplePluginProtocolInfo), /* struct_size */
987 NULL, /* get_account_text_table */ 987 NULL, /* get_account_text_table */
988 NULL, /* initiate_media */ 988 NULL, /* initiate_media */
989 NULL, /* get_media_caps */ 989 NULL, /* get_media_caps */
990 NULL, /* get_moods */ 990 NULL, /* get_moods */
991 NULL, /* set_public_alias */ 991 NULL, /* set_public_alias */

mercurial