diff options
| author | 2021-03-17 13:12:24 +0000 | |
|---|---|---|
| committer | 2021-03-17 13:12:24 +0000 | |
| commit | 3c013df6dac92d221f1d1dce587ed33e12715e55 (patch) | |
| tree | 3c0654f14193d220f2a7f459d04265ff5c8257d8 /src/modules/m_conn_join.cpp | |
| parent | Pascalize Unset in extension item classes. (diff) | |
Add a forwarding overload of SimpleExtItem#Set.
Diffstat (limited to 'src/modules/m_conn_join.cpp')
| -rw-r--r-- | src/modules/m_conn_join.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } }; |
