src/protocols/irc/irc.c

changeset 11500
e0965fb5bcd8
parent 11454
a604c2097a6e
child 11522
c2a0d620f903
equal deleted inserted replaced
11499:95be4b16bfaf 11500:e0965fb5bcd8
749 irc_pref_frame 749 irc_pref_frame
750 }; 750 };
751 751
752 static GaimPluginProtocolInfo prpl_info = 752 static GaimPluginProtocolInfo prpl_info =
753 { 753 {
754 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL | OPT_PROTO_USE_DISPLAY_NAME_FOR_ME_IN_CHATS, 754 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL,
755 NULL, /* user_splits */ 755 NULL, /* user_splits */
756 NULL, /* protocol_options */ 756 NULL, /* protocol_options */
757 NO_BUDDY_ICONS, /* icon_spec */ 757 NO_BUDDY_ICONS, /* icon_spec */
758 irc_blist_icon, /* list_icon */ 758 irc_blist_icon, /* list_icon */
759 irc_blist_emblems, /* list_emblems */ 759 irc_blist_emblems, /* list_emblems */

mercurial