X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusermanager.h;h=e73d541ee81b69225895c02c2972f3644a8355de;hb=b0f16081ccaef527ed4b5434a7264508cf455f39;hp=2a18393abc63aef3ec43c05f0b0c62b539108ba8;hpb=1efc234a54bd66714f9743ca7d1f3d5c0be3628e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/usermanager.h b/include/usermanager.h index 2a18393ab..e73d541ee 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -2,8 +2,8 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2015 Adam - * Copyright (C) 2013-2016 Attila Molnar - * Copyright (C) 2012-2013, 2017, 2019 Sadie Powell + * Copyright (C) 2012-2016 Attila Molnar + * Copyright (C) 2012-2013, 2017, 2019-2020 Sadie Powell * Copyright (C) 2012 Robby * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009 Daniel De Graaf @@ -150,7 +150,7 @@ class CoreExport UserManager : public fakederef */ const CloneCounts& GetCloneCounts(User* user) const; - /** Return a map containg IP addresses and their clone counts + /** Return a map containing IP addresses and their clone counts * @return The clone count map */ const CloneMap& GetCloneMap() const { return clonemap; }