mirror of
https://github.com/znc/znc.git
synced 2026-05-06 05:22:26 +02:00
Renamed BinPath to CurPath
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@79 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
2
User.cpp
2
User.cpp
@@ -383,7 +383,7 @@ const string& CUser::GetRealName() const { return m_sRealName; }
|
||||
const string& CUser::GetVHost() const { return m_sVHost; }
|
||||
const string& CUser::GetPass() const { return m_sPass; }
|
||||
|
||||
const string& CUser::GetBinPath() const { return m_pZNC->GetBinPath(); }
|
||||
const string& CUser::GetCurPath() const { return m_pZNC->GetCurPath(); }
|
||||
const string& CUser::GetDLPath() const { return m_pZNC->GetDLPath(); }
|
||||
const string& CUser::GetModPath() const { return m_pZNC->GetModPath(); }
|
||||
const string& CUser::GetHomePath() const { return m_pZNC->GetHomePath(); }
|
||||
|
||||
Reference in New Issue
Block a user