| 773 irc_roomlist_get_list, /* roomlist_get_list */ |
773 irc_roomlist_get_list, /* roomlist_get_list */ |
| 774 irc_roomlist_cancel, /* roomlist_cancel */ |
774 irc_roomlist_cancel, /* roomlist_cancel */ |
| 775 NULL, /* roomlist_expand_category */ |
775 NULL, /* roomlist_expand_category */ |
| 776 NULL, /* can_receive_file */ |
776 NULL, /* can_receive_file */ |
| 777 irc_dccsend_send_file, /* send_file */ |
777 irc_dccsend_send_file, /* send_file */ |
| 778 irc_dccsend_new_xfer /* new_xfer */ |
778 irc_dccsend_new_xfer, /* new_xfer */ |
| |
779 NULL, /* whiteboard_prpl_ops */ |
| |
780 NULL, /* media_prpl_ops */ |
| 779 }; |
781 }; |
| 780 |
782 |
| 781 |
783 |
| 782 static GaimPluginInfo info = |
784 static GaimPluginInfo info = |
| 783 { |
785 { |