mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
@@ -151,4 +151,10 @@ void CIMAPSock::ReadLine(const CString& sLine) {
|
||||
}
|
||||
}
|
||||
|
||||
template<> void TModInfo<CIMAPAuthMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("imapauth");
|
||||
Info.SetHasArgs(true);
|
||||
Info.SetArgsHelpText("[ server [+]port [ UserFormatString ] ]");
|
||||
}
|
||||
|
||||
GLOBALMODULEDEFS(CIMAPAuthMod, "Allow users to authenticate via imap")
|
||||
|
||||
Reference in New Issue
Block a user