X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=b0e9903f24752ef533b13e6a24fbb9431eb55419;hb=c7b938502295ddc5b2c89e0854d8c5c19ede32dc;hp=11948e2cf08092e77d012f5694320559e5ab6b10;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 11948e2cf..b0e9903f2 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -13,7 +13,7 @@ * Copyright (C) 2007-2009 Dennis Friis * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Oliver Lupton - * Copyright (C) 2006-2008, 2010 Craig Edwards + * Copyright (C) 2005-2008, 2010 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -212,7 +212,7 @@ class CoreExport InspIRCd * Reason for it: * kludge alert! * SendMode expects a User* to send the numeric replies - * back to, so we create it a fake user that isnt in the user + * back to, so we create it a fake user that isn't in the user * hash and set its descriptor to FD_MAGIC_NUMBER so the data * falls into the abyss :p */ @@ -538,7 +538,6 @@ class CoreExport InspIRCd /** Attempt to write the process id to a given file * @param filename The PID file to attempt to write to * @param exitonfail If true and the PID fail cannot be written log to stdout and exit, otherwise only log on failure - * @return This function may bail if the file cannot be written */ void WritePID(const std::string& filename, bool exitonfail = true);