mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
updating comments
This commit is contained in:
@@ -96,7 +96,6 @@ class CLastSeenMod : public CModule {
|
||||
bool WebRequiresAdmin() override { return true; }
|
||||
CString GetWebMenuTitle() override { return "Last Seen"; }
|
||||
|
||||
// Provides GUI to configure this module by adding a widget to user page in webadmin.
|
||||
bool OnWebRequest(CWebSock& WebSock, const CString& sPageName,
|
||||
CTemplate& Tmpl) override {
|
||||
if (sPageName == "index") {
|
||||
|
||||
Reference in New Issue
Block a user