This time it's actually compile tested

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11394 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
danieldg 2009-06-01 00:47:56 +00:00
parent 355ffd23e2
commit 07483d2fec

View File

@ -166,7 +166,7 @@ class ModuleTimedBans : public Module
CUList empty;
std::string expiry = "*** Timed ban on " + chan + " expired.";
cr->WriteChannelWithServ(ServerInstance->FakeClient, true, '@', empty, "NOTICE %s :%s", cr->name.c_str(), expiry.c_str());
cr->WriteAllExcept(ServerInstance->FakeClient, true, '@', empty, "NOTICE %s :%s", cr->name.c_str(), expiry.c_str());
ServerInstance->PI->SendChannelNotice(cr, '@', expiry);
if (ServerInstance->Config->AllowHalfop)
{