From 3c013df6dac92d221f1d1dce587ed33e12715e55 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 17 Mar 2021 13:12:24 +0000 Subject: Add a forwarding overload of SimpleExtItem#Set. --- src/modules/m_conn_join.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_conn_join.cpp') diff --git a/src/modules/m_conn_join.cpp b/src/modules/m_conn_join.cpp index 456fef088..afd464a17 100644 --- a/src/modules/m_conn_join.cpp +++ b/src/modules/m_conn_join.cpp @@ -110,7 +110,7 @@ class ModuleConnJoin : public Module if (!chandelay) JoinChannels(localuser, chanlist); else - ext.Set(localuser, new JoinTimer(localuser, ext, chanlist, chandelay)); + ext.Set(localuser, localuser, ext, chanlist, chandelay); } }; -- cgit v1.3.1-10-gc9f91