| 897 irc_dccsend_new_xfer, /* new_xfer */ |
897 irc_dccsend_new_xfer, /* new_xfer */ |
| 898 NULL, /* offline_message */ |
898 NULL, /* offline_message */ |
| 899 NULL, /* whiteboard_prpl_ops */ |
899 NULL, /* whiteboard_prpl_ops */ |
| 900 irc_send_raw, /* send_raw */ |
900 irc_send_raw, /* send_raw */ |
| 901 NULL, /* roomlist_room_serialize */ |
901 NULL, /* roomlist_room_serialize */ |
| 902 |
902 NULL, /* unregister_user */ |
| 903 /* padding */ |
903 NULL, /* send_attention */ |
| 904 NULL, |
904 NULL, /* get_attention_types */ |
| 905 NULL, |
905 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
| 906 NULL, |
906 NULL /* initiate_media */ |
| 907 NULL |
|
| 908 }; |
907 }; |
| 909 |
908 |
| 910 static gboolean load_plugin (PurplePlugin *plugin) { |
909 static gboolean load_plugin (PurplePlugin *plugin) { |
| 911 |
910 |
| 912 purple_signal_register(plugin, "irc-sending-text", |
911 purple_signal_register(plugin, "irc-sending-text", |