diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 21:18:39 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 21:18:39 +0000 |
commit | c8240fcba32a3467bebbbcc43084979bdeb6c278 (patch) | |
tree | 7f1922c2a4ff052715a568014bdd5eec391a3a18 /src/cmd_privmsg.cpp | |
parent | f3dff3c86ee68534dd181faa102109661fe6aa0f (diff) |
Fixed LoopCall method calls
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2541 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_privmsg.cpp')
-rw-r--r-- | src/cmd_privmsg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |