| 2864 static void init_plugin(GaimPlugin * plugin) |
2864 static void init_plugin(GaimPlugin * plugin) |
| 2865 { |
2865 { |
| 2866 GaimAccountOption *option; |
2866 GaimAccountOption *option; |
| 2867 char *tmp = get_exposure_level(); |
2867 char *tmp = get_exposure_level(); |
| 2868 |
2868 |
| 2869 gaim_debug_register_category("zepyhr"); |
|
| 2870 |
|
| 2871 option = gaim_account_option_bool_new("Use tzc", "use_tzc", FALSE); |
2869 option = gaim_account_option_bool_new("Use tzc", "use_tzc", FALSE); |
| 2872 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
2870 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
| 2873 |
2871 |
| 2874 option = gaim_account_option_string_new("tzc command", "tzc_command", "/usr/bin/tzc -e %s"); |
2872 option = gaim_account_option_string_new("tzc command", "tzc_command", "/usr/bin/tzc -e %s"); |
| 2875 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
2873 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |