From 89537ed2ab22fcedb25e0378bd2c18e392911c0c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 29 Sep 2022 12:01:29 +0100 Subject: Fix various cases of the &* being next to the name instead of type. --- src/modules/m_joinflood.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_joinflood.cpp') diff --git a/src/modules/m_joinflood.cpp b/src/modules/m_joinflood.cpp index 4aca441e1..7f55d21aa 100644 --- a/src/modules/m_joinflood.cpp +++ b/src/modules/m_joinflood.cpp @@ -168,7 +168,7 @@ public: { if (!override && chan) { - joinfloodsettings *f = jf.ext.Get(chan); + joinfloodsettings* f = jf.ext.Get(chan); if (f && f->islocked()) { user->WriteNumeric(ERR_UNAVAILRESOURCE, chan->name, "This channel is temporarily unavailable (+j is set). Please try again later."); @@ -184,7 +184,7 @@ public: if (sync || ignoreuntil > ServerInstance->Time()) return; - joinfloodsettings *f = jf.ext.Get(memb->chan); + joinfloodsettings* f = jf.ext.Get(memb->chan); /* But all others are OK */ if ((f) && (!f->islocked())) -- cgit v1.3.1-10-gc9f91