libpurple/protocols/irc/irc.c

branch
soc.2013.gobjectification.plugins
changeset 36653
4084c34c051d
parent 36648
b77b3a8401c5
child 36663
c61b6dbc1f03
equal deleted inserted replaced
36652:26e1983c5788 36653:4084c34c051d
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

mercurial