Removed unnecessary line from quit menu command

Signed-off-by: Gergely Polonkai (polesz@w00d5t0ck.info)
This commit is contained in:
Gergely POLONKAI 2012-05-17 22:44:54 +02:00
parent e821a44c71
commit 743cb3c5ad

View File

@ -583,7 +583,6 @@ wmud_client_quitanswer(wmudClient *client, gboolean answer)
{ {
if (answer) if (answer)
{ {
wmud_client_send(client, "Borgo sad... :(\r\n");
wmud_client_close(client, TRUE); wmud_client_close(client, TRUE);
} }
else else