]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/userprocess.cpp
Allow static build of inspircd without module support
[user/henk/code/inspircd.git] / src / userprocess.cpp
index 4cc3f0a889b0cb0f965a12bf1b2e08dfe6e64c80..8aa76a1fd722637a1a97cddc71128801efce0c14 100644 (file)
@@ -58,7 +58,7 @@ void InspIRCd::DoBackgroundUserStuff()
                if (curr->Penalty)
                {
                        curr->Penalty--;
-                       curr->OnDataReady();
+                       curr->eh.OnDataReady();
                }
 
                switch (curr->registered)