From c8240fcba32a3467bebbbcc43084979bdeb6c278 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Dec 2005 21:18:39 +0000 Subject: Fixed LoopCall method calls git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2541 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_privmsg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd_privmsg.cpp') diff --git a/src/cmd_privmsg.cpp b/src/cmd_privmsg.cpp index 9b5c1348c..a62077097 100644 --- a/src/cmd_privmsg.cpp +++ b/src/cmd_privmsg.cpp @@ -69,8 +69,8 @@ void cmd_privmsg::Handle (char **parameters, int pcnt, userrec *user) user->idle_lastmsg = TIME; - /*if (ServerInstance->Parser->LoopCall(handle_privmsg,parameters,pcnt,user,0,pcnt-2,0)) - return;*/ + if (ServerInstance->Parser->LoopCall(this,parameters,pcnt,user,0,pcnt-2,0)) + return; if (parameters[0][0] == '$') { // notice to server mask -- cgit v1.3.1-10-gc9f91