Add TODO entry to move account logic to a separate method.

This commit is contained in:
Peter Ajamian
2023-08-13 22:29:48 +12:00
parent 0a0ce543fa
commit 1240ddc693
+2
View File
@@ -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 = " ";