anope

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

suspend.h (366B)

      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  * Based on the original code of Epona by Lara.
      9  * Based on the original code of Services by Andy Church.
     10  */
     11 
     12 struct SuspendInfo
     13 {
     14 	Anope::string what, by, reason;
     15 	time_t when, expires;
     16 
     17 	SuspendInfo() { }
     18 	virtual ~SuspendInfo() { }
     19 };