X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fop.c;h=4a1135502ab17e8546af32a875b8747c2fe0d766;hb=03e656807930cffc34a76a31635e4d3ad79c4378;hp=868c17ae5b880509dc191d808f1fe3f3d541bf5b;hpb=6496fa46554ce099a451eac338090bd6fe6554e1;p=ngircd-alex.git diff --git a/src/ngircd/op.c b/src/ngircd/op.c index 868c17ae..4a113550 100644 --- a/src/ngircd/op.c +++ b/src/ngircd/op.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,9 +16,7 @@ * IRC operator functions */ -#include "imp.h" #include -#include #include "conn.h" #include "channel.h" @@ -28,10 +26,8 @@ #include "messages.h" #include "irc-write.h" -#include #include "op.h" - /** * Return and log a "no privileges" message. */ @@ -56,7 +52,6 @@ Op_NoPrivileges(CLIENT * Client, REQUEST * Req) } } /* Op_NoPrivileges */ - /** * Check that the originator of a request is an IRC operator and allowed * to administer this server. @@ -94,5 +89,4 @@ Op_Check(CLIENT * Client, REQUEST * Req) return c; } /* Op_Check */ - /* -eof- */