X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fngircd%2Firc-channel.c;h=041073b542766d52ad055f1a603f6a252349dfe0;hb=b422b11865a6243c070983e3a80ea226904f0edc;hp=1a1fd931a49693708365f1693ffcf92baed8e88f;hpb=2ee05c9a6856d78f996dfbc991452e4cc1c58c37;p=ngircd-alex.git diff --git a/src/ngircd/irc-channel.c b/src/ngircd/irc-channel.c index 1a1fd931..041073b5 100644 --- a/src/ngircd/irc-channel.c +++ b/src/ngircd/irc-channel.c @@ -9,30 +9,25 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: irc-channel.c,v 1.1 2002/03/03 17:15:11 alex Exp $ + * $Id: irc-channel.c,v 1.2 2002/03/12 14:37:52 alex Exp $ * * irc-channel.c: IRC-Channel-Befehle - * - * $Log: irc-channel.c,v $ - * Revision 1.1 2002/03/03 17:15:11 alex - * - Source in weitere Module fuer IRC-Befehle aufgesplitted. - * */ -#include -#include "global.h" +#include "portab.h" -#include +#include "imp.h" #include #include +#include "defines.h" #include "irc.h" #include "irc-write.h" #include "log.h" #include "messages.h" -#include +#include "exp.h" #include "irc-channel.h"