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