Mercurial > pidgin.yaz
comparison libpurple/protocols/irc/irc.c @ 25718:4bc74deeb503
propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)
to branch 'im.pidgin.soc.2008.vv' (head 59d05cb38af9346d82ce57477273f7b381054bcc)
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Sat, 09 Aug 2008 02:24:38 +0000 |
parents | aac5753e2528 e23b447aa5ca |
children | bcad7dc4b453 |
comparison
equal
deleted
inserted
replaced
23742:de8f2d3e538a | 25718:4bc74deeb503 |
---|---|
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", |