X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_globalload.cpp;h=bba31ee431106f30958846c68d153c50962765cf;hb=7cfeb971666b3a6709fe61bd01478697e6433f50;hp=f1961f6b45294114a003c7fbc7976a8506fd5e50;hpb=5fe9da839cc387244f9d34aececd6aa28f551c90;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_globalload.cpp b/src/modules/m_globalload.cpp index f1961f6b4..bba31ee43 100644 --- a/src/modules/m_globalload.cpp +++ b/src/modules/m_globalload.cpp @@ -1,14 +1,14 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell + * Copyright (C) 2013, 2017-2018, 2021 Sadie Powell * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012, 2014-2016 Attila Molnar * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2007-2008, 2010 Craig Edwards + * Copyright (C) 2009 Robin Burchell * Copyright (C) 2007-2008 Dennis Friis - * Copyright (C) 2007, 2009 Robin Burchell * Copyright (C) 2007 John Brooks + * Copyright (C) 2006-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 @@ -143,7 +143,7 @@ class CommandGReloadModule : public Command } else { - user->WriteRemoteNumeric(RPL_LOADEDMODULE, parameters[0], "Could not find module by that name"); + user->WriteRemoteNumeric(ERR_CANTUNLOADMODULE, parameters[0], "Could not find module by that name"); return CMD_FAILURE; } }