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:
prozacx
2005-04-03 07:48:31 +00:00
parent ec1ecf00a8
commit 37641e73ca
5 changed files with 9 additions and 6 deletions

View File

@@ -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(); }