mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
52 lines
1.1 KiB
C
52 lines
1.1 KiB
C
/*
|
|
*
|
|
* (C) 2003-2025 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.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "access.h"
|
|
#include "account.h"
|
|
#include "anope.h"
|
|
#include "base.h"
|
|
#include "bots.h"
|
|
#include "channels.h"
|
|
#include "commands.h"
|
|
#include "config.h"
|
|
#include "extensible.h"
|
|
#include "hashcomp.h"
|
|
#include "language.h"
|
|
#include "lists.h"
|
|
#include "logger.h"
|
|
#include "mail.h"
|
|
#include "memo.h"
|
|
#include "messages.h"
|
|
#include "modes.h"
|
|
#include "modules.h"
|
|
#include "opertype.h"
|
|
#include "protocol.h"
|
|
#include "regexpr.h"
|
|
#include "regchannel.h"
|
|
#include "serialize.h"
|
|
#include "servers.h"
|
|
#include "service.h"
|
|
#include "services.h"
|
|
#include "socketengine.h"
|
|
#include "sockets.h"
|
|
#include "threadengine.h"
|
|
#include "timers.h"
|
|
#include "uplink.h"
|
|
#include "users.h"
|
|
#include "xline.h"
|
|
|
|
#include "modules/chanserv/service.h"
|
|
#include "modules/global/service.h"
|
|
#include "modules/memoserv/service.h"
|
|
#include "modules/nickserv/service.h"
|