packages feed

esotericbot-0.0.1: c_plugins/plugin.h

struct char_lock {
   int alive;
   char * str;
} char_lock;

char uncons( struct char_lock * );
struct char_lock * get_input( int argc , char ** argv );