diff options
| author | 2008-06-01 14:18:07 +0000 | |
|---|---|---|
| committer | 2008-06-01 14:18:07 +0000 | |
| commit | ada434820d2d81d8e4bcf633ebcbfef20606b51c (patch) | |
| tree | 945c80ec070f872cd32cb8a8706079b28ce88cbc /src/modules/m_conn_join.cpp | |
| parent | Forward port r9825: Fix bug found by the atheme migration testing: +V should ... (diff) | |
Add ProtocolInterface::Introduce() to prevent confusion over event ordering, and allow for more flexible protocol use
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9827 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_conn_join.cpp')
| -rw-r--r-- | src/modules/m_conn_join.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_conn_join.cpp b/src/modules/m_conn_join.cpp index 046176b0c..606794d10 100644 --- a/src/modules/m_conn_join.cpp +++ b/src/modules/m_conn_join.cpp @@ -46,8 +46,8 @@ class ModuleConnJoin : public Module : Module(Me) { OnRehash(NULL, ""); - Implementation eventlist[] = { I_OnPostConnect, I_OnRehash }; - ServerInstance->Modules->Attach(eventlist, this, 2); + Implementation eventlist[] = { I_OnPostConnect, I_OnRehash }; + ServerInstance->Modules->Attach(eventlist, this, 2); } void Prioritize() |
