00001 /* 00002 * 00003 * (C) 2003-2013 Anope Team 00004 * Contact us at team@anope.org 00005 * 00006 * Please read COPYING and README for further details. 00007 * 00008 * Based on the original code of Epona by Lara. 00009 * Based on the original code of Services by Andy Church. 00010 */ 00011 00012 #ifndef MODULE_H 00013 #define MODULE_H 00014 00015 /* Just include everything for now */ 00016 #include "access.h" 00017 #include "account.h" 00018 #include "anope.h" 00019 #include "base.h" 00020 #include "bots.h" 00021 #include "channels.h" 00022 #include "commands.h" 00023 #include "config.h" 00024 #include "extensible.h" 00025 #include "hashcomp.h" 00026 #include "language.h" 00027 #include "lists.h" 00028 #include "logger.h" 00029 #include "mail.h" 00030 #include "memo.h" 00031 #include "messages.h" 00032 #include "modes.h" 00033 #include "modules.h" 00034 #include "opertype.h" 00035 #include "protocol.h" 00036 #include "regexpr.h" 00037 #include "regchannel.h" 00038 #include "serialize.h" 00039 #include "servers.h" 00040 #include "service.h" 00041 #include "services.h" 00042 #include "socketengine.h" 00043 #include "sockets.h" 00044 #include "threadengine.h" 00045 #include "timers.h" 00046 #include "uplink.h" 00047 #include "users.h" 00048 #include "xline.h" 00049 00050 #include "global.h" 00051 #include "memoserv.h" 00052 #include "nickserv.h" 00053 00054 #endif // MODULE_H
1.7.1