diff options
Diffstat (limited to 'include/modules/suspend.h')
-rw-r--r-- | include/modules/suspend.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/modules/suspend.h b/include/modules/suspend.h deleted file mode 100644 index c5255b317..000000000 --- a/include/modules/suspend.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * - * (C) 2003-2016 Anope Team - * Contact us at team@anope.org - * - * Please read COPYING and README for further details. - * - * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. - */ - -struct SuspendInfo -{ - Anope::string what, by, reason; - time_t when, expires; - - SuspendInfo() { } - virtual ~SuspendInfo() { } -}; |