summaryrefslogtreecommitdiff
path: root/include/modules/set_misc.h
blob: 1ac15a8781a545f8d0a773fd42ab95e7bc9b0aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *
 * (C) 2003-2024 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() { }
};