From 1240ddc6934b909945556d7da71fa702c97dd3ad Mon Sep 17 00:00:00 2001 From: Peter Ajamian Date: Sun, 13 Aug 2023 22:29:48 +1200 Subject: [PATCH] Add TODO entry to move account logic to a separate method. --- modules/log.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/log.cpp b/modules/log.cpp index f81f1e7e..2098521b 100644 --- a/modules/log.cpp +++ b/modules/log.cpp @@ -463,6 +463,8 @@ void CLogMod::OnJoinMessage(CJoinMessage& Message) { const CNick& Nick = Message.GetNick(); CChan& Channel = *Message.GetChan(); + + // TODO: Move account logic to a separate Message method. CString sAccount = Message.GetTag("account"); const char* s = " ";