From fba53117d8b2f4c30da30958dd4bf792d3bbab5e Mon Sep 17 00:00:00 2001 From: Ricardo Jesus Malagon Jerez Date: Sat, 16 Jul 2016 09:21:01 -0500 Subject: [PATCH] Update BOB.cpp Fix a little typo --- BOB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BOB.cpp b/BOB.cpp index b241e740..ab983866 100644 --- a/BOB.cpp +++ b/BOB.cpp @@ -550,7 +550,7 @@ namespace client { LogPrint (eLogDebug, "BOB: status ", operand); if (m_Owner.FindDestination (operand)) - SendReplyOK ("") + SendReplyOK (""); else SendReplyError ("no nickname has been set"); }