mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
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:
parent
355ffd23e2
commit
07483d2fec
@ -166,7 +166,7 @@ class ModuleTimedBans : public Module
|
|||||||
|
|
||||||
CUList empty;
|
CUList empty;
|
||||||
std::string expiry = "*** Timed ban on " + chan + " expired.";
|
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);
|
ServerInstance->PI->SendChannelNotice(cr, '@', expiry);
|
||||||
if (ServerInstance->Config->AllowHalfop)
|
if (ServerInstance->Config->AllowHalfop)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user