]> jfr.im git - irc/rizon/znc.git/commit
Don't throw any exceptions in CModules::LoadModule() on version mismatch
authorpsychon <redacted>
Thu, 17 Jul 2008 12:01:44 +0000 (12:01 +0000)
committerpsychon <redacted>
Thu, 17 Jul 2008 12:01:44 +0000 (12:01 +0000)
commit10210e4619914a28ccf9de5bd83c476930517d6b
tree61d36c7915219ca50d6f85c6b059845bc876b65d
parent27c1a76cf82a766a40719b0c0879787dbc35afbb
Don't throw any exceptions in CModules::LoadModule() on version mismatch

This also removes all the code catching those exceptions. There was nothing
which justified these exceptions and removing them doesn't hurt.

ByeBye CException::EX_BadModVersion

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1137 726aef4b-f618-498e-8847-2d620e286838
Client.cpp
Modules.cpp
User.cpp
Utils.h
modules/webadmin.cpp
znc.cpp