diff --git a/include/error.h b/include/error.h new file mode 100644 index 0000000..58c91e3 --- /dev/null +++ b/include/error.h @@ -0,0 +1,2 @@ +#define DB_ERROR 100 +#define IRC_ERROR 200