Add CQuery(s) and CServer(s) to modpython

This commit is contained in:
MuffinMedic
2017-08-27 14:27:25 -04:00
parent f885699d1a
commit 74ab8e59d3
2 changed files with 12 additions and 0 deletions

View File

@@ -921,6 +921,8 @@ def CreateWebSubPage(name, title='', params=dict(), admin=False):
CUser.GetNetworks = CUser.GetNetworks_
CIRCNetwork.GetChans = CIRCNetwork.GetChans_
CIRCNetwork.GetServers = CIRCNetwork.GetServers_
CIRCNetwork.GetQueries = CIRCNetwork.GetQueries_
CChan.GetNicks = CChan.GetNicks_
CZNC.GetUserMap = CZNC.GetUserMap_