1
0
mirror of https://github.com/anope/anope.git synced 2026-06-24 00:46:37 +02:00
Files
anope/include/modules/set_misc.h
T

18 lines
255 B
C

/*
* (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() { }
};