blob: 47d98e526bf13cae6bffc063bd1e55a07be20c31 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | 
#include <m_version.h>
#define __FILEVERSION_STRING		MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING			MIRANDA_VERSION_STRING
#define __PLUGIN_NAME				"stduseronline"
#define __INTERNAL_NAME				"stduseronline"
#define __FILENAME					"stduseronline.dll"
#define __DESCRIPTION 				"Core module for user-is-online event processing."
#define __AUTHOR                 "Myranda team"
#define __AUTHOREMAIL				""
#define __AUTHORWEB					"http://nightly.miranda.im"
#define __COPYRIGHT					"© 2012 Myranda team"
 |