|
@@ -3697,7 +3697,7 @@ static void cmd_netps(int idx, char * par) {
|
|
|
|
|
|
|
|
char buf[1024] = "";
|
|
char buf[1024] = "";
|
|
|
|
|
|
|
|
- simple_snprintf(buf, sizeof(Buf), "exec ps %s", par);
|
|
|
|
|
|
|
+ simple_snprintf(buf, sizeof(buf), "exec ps %s", par);
|
|
|
botnet_send_cmd_broad(-1, conf.bot->nick, dcc[idx].nick, idx, buf);
|
|
botnet_send_cmd_broad(-1, conf.bot->nick, dcc[idx].nick, idx, buf);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -3711,7 +3711,7 @@ static void cmd_netlast(int idx, char * par) {
|
|
|
|
|
|
|
|
char buf[1024] = "";
|
|
char buf[1024] = "";
|
|
|
|
|
|
|
|
- simple_snprintf(buf, sizeof(Buf), "exec last %s", par);
|
|
|
|
|
|
|
+ simple_snprintf(buf, sizeof(buf), "exec last %s", par);
|
|
|
botnet_send_cmd_broad(-1, conf.bot->nick, dcc[idx].nick, idx, buf);
|
|
botnet_send_cmd_broad(-1, conf.bot->nick, dcc[idx].nick, idx, buf);
|
|
|
}
|
|
}
|
|
|
|
|
|