Merge pull request #14 from cbenard/master

Modification to make it compile under Windows ZNC and fix documentation
This commit is contained in:
John Reese 2012-10-24 15:13:57 -07:00
commit cf5c252e5b
2 changed files with 4 additions and 1 deletions

View File

@ -275,7 +275,7 @@ Configuration
truncated and ellipsized at or before this length is reached. A value of 0 (zero) will truncated and ellipsized at or before this length is reached. A value of 0 (zero) will
disable this option. disable this option.
* `message_url = ""` * `message_uri = ""`
URI that will be sent with the notification to Notifo. This could be a web address or a URI that will be sent with the notification to Notifo. This could be a web address or a
local scheme to access a mobile application. Keyword expansion is performed on this local scheme to access a mobile application. Keyword expansion is performed on this

View File

@ -10,6 +10,9 @@
#define REQUIRESSL #define REQUIRESSL
#ifdef WIN_MSVC
#include "stdafx.hpp"
#endif
#include "znc.h" #include "znc.h"
#include "Chan.h" #include "Chan.h"
#include "User.h" #include "User.h"