| 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 */ |