From 19b34cde73ce410fdc335127efe4d7080270feb2 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 9 Sep 2006 17:42:56 +0000 Subject: I'll give you ##TOAST, :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5189 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/command_parse.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 11f4b4635..be61ef869 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -241,6 +241,7 @@ int CommandParser::LoopCall(userrec* user, command_t* CommandObj, const char** p return 0; /* Only one commasepstream here */ + ServerInstance->Log(DEBUG,"LoopCall on '%s'",parameters[splithere]); irc::commasepstream items1(parameters[splithere]); std::string item = ""; unsigned int max = 0; @@ -251,6 +252,7 @@ int CommandParser::LoopCall(userrec* user, command_t* CommandObj, const char** p */ while (((item = items1.GetToken()) != "") && (max++ < ServerInstance->Config->MaxTargets)) { + ServerInstance->Log(DEBUG,"LoopCall get item: '%s'", item.c_str()); parameters[splithere] = item.c_str(); CommandObj->Handle(parameters,pcnt,user); } -- cgit v1.3.1-10-gc9f91