From 888d8e77cde6c32165f6733b013e46fd4f7565ff Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 6 Oct 2006 22:02:55 +0000 Subject: Make this module propogate remote modes by directly calling the MODE command handler rather than using SendMode which would also require spanningtree metadata git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5444 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_conn_umodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_conn_umodes.cpp b/src/modules/m_conn_umodes.cpp index 04f6e3baf..241191374 100644 --- a/src/modules/m_conn_umodes.cpp +++ b/src/modules/m_conn_umodes.cpp @@ -101,7 +101,7 @@ class ModuleModesOnConnect : public Module } } - ServerInstance->SendMode(modes, size, user); + ServerInstance->Parser->CallHandler("MODE", modes, size, user); } break; } -- cgit v1.2.3