From d50dc7ef79bfddd38d059bd315d6b938b876e6dd Mon Sep 17 00:00:00 2001 From: peavey Date: Fri, 15 Jun 2007 01:39:47 +0000 Subject: Prioritize this to LAST to allow host changers and cloaking to be done prior to joining any channels. Thx Strike. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7322 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_conn_join.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/modules/m_conn_join.cpp b/src/modules/m_conn_join.cpp index be0ff687f..524c236f7 100644 --- a/src/modules/m_conn_join.cpp +++ b/src/modules/m_conn_join.cpp @@ -51,6 +51,11 @@ class ModuleConnJoin : public Module OnRehash(NULL, ""); } + Priority Prioritize() + { + return PRIORITY_LAST; + } + void Implements(char* List) { List[I_OnPostConnect] = List[I_OnRehash] = 1; -- cgit v1.2.3