00001 /* Include extra includes needed by most/all pseudo-clients. 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 */ 00013 00014 #include "commands.h" 00015 #include "language.h" 00016 #include "timeout.h" 00017 #include "encrypt.h" 00018 #include "datafiles.h" 00019 #include "slist.h"
1.7.1