diff options
| author | 2009-11-06 22:37:36 +0000 | |
|---|---|---|
| committer | 2009-11-06 22:37:36 +0000 | |
| commit | a26502ff51141c3cd74c078876d3322b49a3833c (patch) | |
| tree | 3f1264fc7ff0be5f1f1f8eb6f82861b73081cc0c /src/userprocess.cpp | |
| parent | Send %#chan messages to all members ranked at least halfop, not just those th... (diff) | |
Move StreamSocket inheritance off of User
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12047 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
| -rw-r--r-- | src/userprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 4cc3f0a88..8aa76a1fd 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -58,7 +58,7 @@ void InspIRCd::DoBackgroundUserStuff() if (curr->Penalty) { curr->Penalty--; - curr->OnDataReady(); + curr->eh.OnDataReady(); } switch (curr->registered) |
