Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
macro parse_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
h4child committed Feb 22, 2018
1 parent 23ddda4 commit a1e961b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the official repository for Framebot.
First you need to install the dependencies

```
apt install jansson openssl libcurl4-openssl-dev
# apt install jansson openssl libcurl4-openssl-dev
```

then you use cmake to create the build files
Expand Down
10 changes: 2 additions & 8 deletions src/framebot.c
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
#include <framebot/framebot.h>

/* parameter parse_mode */
#define MODEHTML "HTML"
#define MODEMARKDOWN "MARKDOWN"
#define MODE_HTML "HTML"
#define MODE_MARKDOWN "MARKDOWN"

void framebot_init () {

//#ifndef CONFIG_DEFAULT /* read or not read config file */
// read_config();
//#endif
network_init();
/* log_init();*/
}



/**
* Authentic bot token
*/
Expand Down

0 comments on commit a1e961b

Please sign in to comment.