mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
webadmin: Remove some completely useless argument to IsAdmin()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1473 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
// !Setters
|
||||
|
||||
virtual Csock* GetSockObj(const CString& sHost, unsigned short uPort);
|
||||
bool IsAdmin(bool bAllowUserAdmin = true) const { return m_bAdmin; }
|
||||
bool IsAdmin() const { return m_bAdmin; }
|
||||
|
||||
CWebAdminMod* GetModule() const { return (CWebAdminMod*) m_pModule; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user