Added GetPemLocation()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@83 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-03 08:19:04 +00:00
parent 2f03306340
commit 7dc9d6ab27
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -387,6 +387,7 @@ 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(); }
string CUser::GetPemLocation() const { return m_pZNC->GetPemLocation(); }
bool CUser::UseClientIP() const { return m_bUseClientIP; }
bool CUser::KeepNick() const { return m_bKeepNick; }
+1
View File
@@ -85,6 +85,7 @@ public:
const string& GetDLPath() const;
const string& GetModPath() const;
const string& GetHomePath() const;
string GetPemLocation() const;
bool UseClientIP() const;
bool KeepNick() const;