From 2c099c7f0e28d7ceeaa32a3755d96fc83e1ef776 Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 16 Jul 2016 10:21:07 -0400 Subject: [PATCH] Update BOB.cpp fixed 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"); }