#ifndef CONFIG_H
#define CONFIG_H
int conf_read();
char PETNICK[32];
char PETSERVER[255];
char PETPORT[4];
char PETNAME[60];
char PETVERSION[255];
char PETMASTER[255];

extern int DEBUG;
#endif

