comparison libpurple/protocols/irc/irc.c @ 24943:4d752d07a126

propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d) to branch 'im.pidgin.maiku.vv' (head b9da65a837c05d63e2515eca9d9e118499672003)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sat, 27 Sep 2008 04:44:17 +0000
parents 4bc74deeb503
children bcad7dc4b453
comparison
equal deleted inserted replaced
24190:c3dbdb98a119 24943:4d752d07a126
915 irc_dccsend_new_xfer, /* new_xfer */ 915 irc_dccsend_new_xfer, /* new_xfer */
916 NULL, /* offline_message */ 916 NULL, /* offline_message */
917 NULL, /* whiteboard_prpl_ops */ 917 NULL, /* whiteboard_prpl_ops */
918 irc_send_raw, /* send_raw */ 918 irc_send_raw, /* send_raw */
919 NULL, /* roomlist_room_serialize */ 919 NULL, /* roomlist_room_serialize */
920 920 NULL, /* unregister_user */
921 /* padding */ 921 NULL, /* send_attention */
922 NULL, 922 NULL, /* get_attention_types */
923 NULL, 923 sizeof(PurplePluginProtocolInfo), /* struct_size */
924 NULL, 924 NULL, /* get_account_text_table */
925 sizeof(PurplePluginProtocolInfo), /* struct_size */ 925 NULL, /* initiate_media */
926 NULL 926 NULL /* can_do_media */
927 }; 927 };
928 928
929 static gboolean load_plugin (PurplePlugin *plugin) { 929 static gboolean load_plugin (PurplePlugin *plugin) {
930 930
931 purple_signal_register(plugin, "irc-sending-text", 931 purple_signal_register(plugin, "irc-sending-text",