X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fop.c;h=7c0737f913d7f6af2303653bb6aea2432cc45a1d;hb=ae7470ceb546d87cbd366d508641276313ec9130;hp=031bc2819bb96f6da347a392b5e73a4aec473901;hpb=e46cf64cc1e3bf21060df1d1125502277d035170;p=ngircd-alex.git diff --git a/src/ngircd/op.c b/src/ngircd/op.c index 031bc281..7c0737f9 100644 --- a/src/ngircd/op.c +++ b/src/ngircd/op.c @@ -7,19 +7,20 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * IRC operator functions */ - #include "portab.h" +/** + * @file + * IRC operator functions + */ + #include "imp.h" #include #include #include "conn.h" -#include "client.h" #include "channel.h" #include "conf.h" #include "log.h" @@ -30,6 +31,7 @@ #include #include "op.h" + /** * Return and log a "no privileges" message. */ @@ -80,3 +82,6 @@ Op_Check(CLIENT * Client, REQUEST * Req) * to trust remote operators. */ return true; } /* Op_Check */ + + +/* -eof- */