summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-12-23 18:39:54 -0500
committerAdam <Adam@anope.org>2010-12-23 18:39:54 -0500
commit3009540a00d392912affea5f2545134e2f657c01 (patch)
tree15be0334f0d50dd67e0ce86e4e9f6ea273225ae3 /include/services.h
parent265006b69176e1d8130284c63bcb50a1b67a426f (diff)
Rewrote the ignore code. Adds creator and reason to /os ignore list.
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/services.h b/include/services.h
index 645afc911..d86729e51 100644
--- a/include/services.h
+++ b/include/services.h
@@ -793,16 +793,6 @@ class Entry : public Flags<EntryType>
/*************************************************************************/
-/* Ignorance list data. */
-
-struct IgnoreData
-{
- Anope::string mask;
- time_t time; /* When do we stop ignoring them? */
-};
-
-/*************************************************************************/
-
/* News stuff */
enum NewsType