comparison libpurple/protocols/irc/irc.c @ 25632:f5bcb58bdf56

propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190) to branch 'im.pidgin.pidgin.vv' (head 6fc5d53de8bd73364b370627020563c614fe6e0a)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 06 Feb 2008 19:44:41 +0000
parents 252b96b6a32c 750d700098c1
children 92e71f6e10d4
comparison
equal deleted inserted replaced
22270:762174f38807 25632:f5bcb58bdf56
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",