anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

set_misc.h (257B)

      1 /*
      2  *
      3  * (C) 2003-2022 Anope Team
      4  * Contact us at team@anope.org
      5  *
      6  * Please read COPYING and README for further details.
      7  */
      8 
      9 struct MiscData
     10 {
     11 	Anope::string object;
     12 	Anope::string name;
     13 	Anope::string data;
     14 
     15 	MiscData() { }
     16 	virtual ~MiscData() { }
     17 };