From 34fbe51fa4d0cb1a5e03089e4d896dbd6de017b0 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 20 Oct 2009 04:40:27 +0000 Subject: Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11931 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_globalload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_globalload.cpp') diff --git a/src/modules/m_globalload.cpp b/src/modules/m_globalload.cpp index 50032919a..86b535f4e 100644 --- a/src/modules/m_globalload.cpp +++ b/src/modules/m_globalload.cpp @@ -76,7 +76,7 @@ class CommandGunloadmodule : public Command if (m && ServerInstance->Modules->Unload(m)) { ServerInstance->SNO->WriteToSnoMask('a', "MODULE '%s' GLOBALLY UNLOADED BY '%s'",parameters[0].c_str(), user->nick.c_str()); - ServerInstance->DumpText(user, ":%s 973 %s %s :Module successfully unloaded.", + user->SendText(":%s 973 %s %s :Module successfully unloaded.", ServerInstance->Config->ServerName.c_str(), user->nick.c_str(), parameters[0].c_str()); } else -- cgit v1.2.3