Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this module needs to be updated m_proxyscan.so in inspircd-2.0.27 #190

Open
misterX27 opened this issue Feb 17, 2019 · 0 comments
Open

this module needs to be updated m_proxyscan.so in inspircd-2.0.27 #190

misterX27 opened this issue Feb 17, 2019 · 0 comments

Comments

@misterX27
Copy link

misterX27 commented Feb 17, 2019

this module has the following error when compiled
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp: In member function ‘v irtual int ModuleProxy::OnUserRegister(User*)’:
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:344:25: error: ‘class User’ has no member named ‘GetFd’
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:367:9: error: ‘class U ser’ has no member named ‘Extend’
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp: In member function ‘v irtual void ModuleProxy::OnUserDisconnect(User*)’:
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:382:13: error: ‘class User’ has no member named ‘GetExt’
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:386:10: error: ‘class User’ has no member named ‘Shrink’
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp: In function ‘Module* inspircd_module_200_11()’:
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:392:1: error: no match ing function for call to ‘ModuleProxy::ModuleProxy()’
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:392:1: note: candidate s are:
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:309:2: note: ModulePro xy::ModuleProxy(InspIRCd*)
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:309:2: note: candida te expects 1 argument, 0 provided
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:304:7: note: ModulePro xy::ModuleProxy(const ModuleProxy&)
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:304:7: note: candida te expects 1 argument, 0 provided
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:392:1: warning: contro l reaches end of non-void function [-Wreturn-type]
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp: In member function ‘v irtual Version ModuleProxy::GetVersion()’:
/home/ChatIrc/inspircd-2.0.27/src/modules/m_proxyscan.cpp:320:2: warning: contro l reaches end of non-void function [-Wreturn-type]
make[1]: *** [modules/m_proxyscan.so] Error 1
make: *** [target] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants