aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_delayjoin.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-10-10 00:51:36 -0400
committerGravatar Daniel De Graaf2010-10-10 00:54:30 -0400
commitd110ce3a331d27eafb49760b3a50498c3ed7a1ea (patch)
tree4ed02b766bc9dbca6367fbc525f91090d335bbb9 /src/modules/m_delayjoin.cpp
parentRewrite TreeSocket timeout and lifecycle management (diff)
Fix some unregistered Extensibles and include names in the thrown exception
Diffstat (limited to 'src/modules/m_delayjoin.cpp')
-rw-r--r--src/modules/m_delayjoin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp
index 1a3dc95e4..473bae1ca 100644
--- a/src/modules/m_delayjoin.cpp
+++ b/src/modules/m_delayjoin.cpp
@@ -38,6 +38,7 @@ class ModuleDelayJoin : public Module
void init()
{
ServerInstance->Modules->AddService(djm);
+ ServerInstance->Modules->AddService(unjoined);
Implementation eventlist[] = { I_OnUserJoin, I_OnUserPart, I_OnUserKick, I_OnBuildNeighborList, I_OnNamesListItem, I_OnText, I_OnRawMode };
ServerInstance->Modules->Attach(eventlist, this, sizeof(eventlist)/sizeof(Implementation));
}