Update anongame_wol.cpp
This commit is contained in:
parent
633dfa98f3
commit
68f52fd632
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ namespace pvpgn
|
|||
|
||||
std::string data = fmt::format(":matchbot!u@h {} {} {}", command, nick, text);
|
||||
|
||||
DEBUG2("[{}] sent \"{}\"", conn_get_socket(conn));
|
||||
DEBUG2("[{}] sent \"{}\"", conn_get_socket(conn), data);
|
||||
data.append("\r\n");
|
||||
packet_set_size(p, 0);
|
||||
packet_append_data(p, data.c_str(), data.length());
|
||||
|
|
Loading…
Add table
Reference in a new issue