X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fop.c;h=7c0737f913d7f6af2303653bb6aea2432cc45a1d;hp=64c7e1e1fb2142e0bd6f3c5850220c669a422756;hb=2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800;hpb=ebfcdb088be271adfe17303163534956715b85e9 diff --git a/src/ngircd/op.c b/src/ngircd/op.c index 64c7e1e1..7c0737f9 100644 --- a/src/ngircd/op.c +++ b/src/ngircd/op.c @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #include "portab.h" /** @@ -32,6 +31,7 @@ #include #include "op.h" + /** * Return and log a "no privileges" message. */ @@ -82,3 +82,6 @@ Op_Check(CLIENT * Client, REQUEST * Req) * to trust remote operators. */ return true; } /* Op_Check */ + + +/* -eof- */