From abbf70b2a35edaf17631e43027828011296924ad Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 30 Jul 2018 18:50:34 +0100 Subject: Rename User::fullname to realname and make it private. --- src/modules/m_ircv3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ircv3.cpp') diff --git a/src/modules/m_ircv3.cpp b/src/modules/m_ircv3.cpp index 543fb49a4..bbf3d7bc4 100644 --- a/src/modules/m_ircv3.cpp +++ b/src/modules/m_ircv3.cpp @@ -108,7 +108,7 @@ class ModuleIRCv3 : public Module, public AccountEventListener if (!has_account) line += "*"; - line += " :" + memb->user->fullname; + line += " :" + memb->user->GetRealName(); // If the joining user received privileges from another module then we must send them as well, // since silencing the normal join means the MODE will be silenced as well -- cgit v1.3.1-10-gc9f91