| 1337 | { |
| 1338 | text[0] = '\0'; |
| 1339 | loopj(MAXNICKFRAGMENTS) |
| 1340 | { |
| 1341 | int k = blacklines[i].frag[j]; |
| 1342 | if(k >= 0) { concatstring(text, " "); concatstring(text, blfraglist[k]); } |
| 1343 | } |
| 1344 | mlog(ACLOG_VERBOSE, " %2d block%s%s", blacklines[i].line, blacklines[i].ignorecase ? "i" : "", text); |
| 1345 | } |
| 1346 | } |
no test coverage detected