From 22658d63bdb1e52a66f4514af45fa55ca5891345 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 May 2013 17:13:11 -0400 Subject: Get rid of the remaining references in the core to specific services. Move more stuff out of the core to the proper modules. --- modules/cs_statusupdate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cs_statusupdate.cpp') diff --git a/modules/cs_statusupdate.cpp b/modules/cs_statusupdate.cpp index 130c0c3dc..bdb6c73d0 100644 --- a/modules/cs_statusupdate.cpp +++ b/modules/cs_statusupdate.cpp @@ -32,7 +32,7 @@ class StatusUpdate : public Module if (!access->HasPriv("AUTO" + cms->name)) ci->c->RemoveMode(NULL, cms, user->GetUID()); } - ci->c->SetCorrectModes(user, true, false); + ci->c->SetCorrectModes(user, true); } } } -- cgit