| 1020 "category", N_("Protocol"), |
1020 "category", N_("Protocol"), |
| 1021 "summary", N_("IRC Protocol Plugin"), |
1021 "summary", N_("IRC Protocol Plugin"), |
| 1022 "description", N_("The IRC Protocol Plugin that Sucks Less"), |
1022 "description", N_("The IRC Protocol Plugin that Sucks Less"), |
| 1023 "website", PURPLE_WEBSITE, |
1023 "website", PURPLE_WEBSITE, |
| 1024 "abi-version", PURPLE_ABI_VERSION, |
1024 "abi-version", PURPLE_ABI_VERSION, |
| 1025 "flags", GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL | |
1025 "flags", PURPLE_PLUGIN_INFO_FLAGS_INTERNAL | |
| 1026 GPLUGIN_PLUGIN_INFO_FLAGS_LOAD_ON_QUERY, |
1026 PURPLE_PLUGIN_INFO_FLAGS_AUTO_LOAD, |
| 1027 NULL |
1027 NULL |
| 1028 ); |
1028 ); |
| 1029 } |
1029 } |
| 1030 |
1030 |
| 1031 static gboolean |
1031 static gboolean |