mirror of
https://github.com/znc/znc.git
synced 2026-06-29 22:41:39 +02:00
Add TODO entry to move account logic to a separate method.
This commit is contained in:
@@ -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 = " ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user