|
@@ -85,7 +85,10 @@ void check_bind_dcc(const char *cmd, int idx, const char *text)
|
|
|
x = check_bind_hits(BT_dcc, cmd, &fr, &hits, dcc[idx].user, idx, args);
|
|
x = check_bind_hits(BT_dcc, cmd, &fr, &hits, dcc[idx].user, idx, args);
|
|
|
|
|
+ putlog(LOG_CMDS, "*", "! #%s# %s %s", dcc[idx].nick, cmd, args);
|
|
|
dprintf(idx, "What? You need '%shelp'\n", dcc_prefix);
|
|
dprintf(idx, "What? You need '%shelp'\n", dcc_prefix);
|