X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_monitor.cpp;h=ea631b2e86830d6bf6ee31decb0f0a691d5ef3be;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=cebd69fc27db4873d347faca489ebf044ac84d4d;hpb=714284aa306f2912eaca0c28d779d227db62a96b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_monitor.cpp b/src/modules/m_monitor.cpp index cebd69fc2..ea631b2e8 100644 --- a/src/modules/m_monitor.cpp +++ b/src/modules/m_monitor.cpp @@ -1,6 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2019 Robby + * Copyright (C) 2018-2019 Sadie Powell * Copyright (C) 2016 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -428,7 +430,7 @@ class ModuleMonitor : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides MONITOR support", VF_VENDOR); + return Version("Adds the /MONITOR command which allows users to find out when their friends are connected to the server.", VF_VENDOR); } };