mirror of
https://github.com/znc/znc.git
synced 2026-05-05 04:52:31 +02:00
Removed repeat sentence since sModRet already says it was unable to load
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1493 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -652,8 +652,9 @@ void CClient::UserCommand(const CString& sLine) {
|
||||
} else {
|
||||
b = m_pUser->GetModules().LoadModule(sMod, sArgs, m_pUser, sModRet);
|
||||
}
|
||||
|
||||
if (!b) {
|
||||
PutStatus("Unable to load module [" + sMod + "] [" + sModRet + "]");
|
||||
PutStatus(sModRet);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user