X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusermanager.h;h=df13124677c75a8d68831f4021b2c9dad257b57f;hb=ee23dd450ed713d907d0ecdeec356971439d4356;hp=2a18393abc63aef3ec43c05f0b0c62b539108ba8;hpb=1efc234a54bd66714f9743ca7d1f3d5c0be3628e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/usermanager.h b/include/usermanager.h index 2a18393ab..df1312467 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -3,7 +3,7 @@ * * Copyright (C) 2015 Adam * Copyright (C) 2013-2016 Attila Molnar - * Copyright (C) 2012-2013, 2017, 2019 Sadie Powell + * 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; }