summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 10:25:31 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 10:25:31 +0000
commit3a6b7cf36e9de41577b129c59de96cce45f87ac6 (patch)
tree63f480348cc0568be67b37a4c7d80b8afe8d78f9 /src/userprocess.cpp
parentf7be9d31e0004f11720da9db858710ff9f3eab5e (diff)
Changing stuff to using CommandParser class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2511 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index 3e89d3fae..f800c11d1 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -207,7 +207,7 @@ void ProcessUser(userrec* cu)
userrec* old_comp = fd_ref_table[currfd];
// we're gonna re-scan to check if the nick is gone, after every
// command - if it has, we're gonna bail
- process_buffer(sanitized,current);
+ Parser->ProcessBuffer(sanitized,current);
// look for the user's record in case it's changed... if theyve quit,
// we cant do anything more with their buffer, so bail.
// there used to be an ugly, slow loop here. Now we have a reference