| 1001 iface->new_xfer = irc_dccsend_new_xfer; |
1001 iface->new_xfer = irc_dccsend_new_xfer; |
| 1002 iface->send_raw = irc_send_raw; |
1002 iface->send_raw = irc_send_raw; |
| 1003 iface->get_max_message_size = irc_get_max_message_size; |
1003 iface->get_max_message_size = irc_get_max_message_size; |
| 1004 } |
1004 } |
| 1005 |
1005 |
| 1006 static void irc_protocol_base_finalize(IRCProtocolClass *klass) { } |
|
| 1007 |
|
| 1008 static PurplePluginInfo * |
1006 static PurplePluginInfo * |
| 1009 plugin_query(GError **error) |
1007 plugin_query(GError **error) |
| 1010 { |
1008 { |
| 1011 return purple_plugin_info_new( |
1009 return purple_plugin_info_new( |
| 1012 "id", "protocol-irc", |
1010 "id", "protocol-irc", |