X-Git-Url: https://arthur.barton.de/gitweb/?p=ngircd.git;a=blobdiff_plain;f=src%2Fngircd%2Fop.c;h=79d01860fc1ec5fa2b315e980c64c475d2e3363b;hp=cd62e1270c7e3945f92a31defde914037dfdb610;hb=e8e04b4c8fd63d075ffa6b85327c4b90d7005051;hpb=a38eea8987b32f3d17ae04eabdd9d114af57bd25 diff --git a/src/ngircd/op.c b/src/ngircd/op.c index cd62e127..79d01860 100644 --- a/src/ngircd/op.c +++ b/src/ngircd/op.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2018 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 @@ -58,7 +58,7 @@ Op_NoPrivileges(CLIENT * Client, REQUEST * Req) * Check that the originator of a request is an IRC operator and allowed * to administer this server. * - * @param CLient Client from which the command has been received. + * @param Client Client from which the command has been received. * @param Req Request structure. * @return CLIENT structure of the client that initiated the command or * NULL if client is not allowed to execute operator commands.