X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fhelperfuncs.cpp;h=800d147ebf8e4989b22bbe11b1631c7effd2499e;hb=635cb9d65f6d7f6758ae8ed874da00c8d94b6e39;hp=ed1e304b5a82578c81ef70eacfe478acc0be3b93;hpb=a56ff68b0a8b93979b6baf917ff15e03a71ac364;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index ed1e304b5..800d147eb 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -6,13 +6,13 @@ * Copyright (C) 2013 Daniel Vassdal * Copyright (C) 2013 Adam * Copyright (C) 2012-2015 Attila Molnar - * Copyright (C) 2012-2014, 2017-2018 Sadie Powell + * Copyright (C) 2012-2014, 2017-2018, 2020 Sadie Powell * Copyright (C) 2012, 2018 Robby * Copyright (C) 2012 ChrisTX * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006-2008 Robin Burchell + * Copyright (C) 2005, 2007, 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 @@ -35,8 +35,6 @@ #include "inspircd.h" #include "xline.h" -#include "exitcodes.h" -#include /* Find a user record by nickname and return a pointer to it */ User* InspIRCd::FindNick(const std::string &nick)