summaryrefslogtreecommitdiff
path: root/include/modules/set_misc.h
blob: d22d027980f1b665ca0ab2fb81940d73f6bb3de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * (C) 2003-2014 Anope Team
 * Contact us at team@anope.org
 *
 * Please read COPYING and README for further details.
 */

struct MiscData
{
	Anope::string object;
	Anope::string name;
	Anope::string data;

	MiscData() { }
	virtual ~MiscData() { }
};