From e570466683b5ef08747cf702cd126154e5ab3f5f Mon Sep 17 00:00:00 2001 From: Cameron Stephen Date: Sun, 5 Oct 2014 11:17:32 +0100 Subject: [PATCH] Update Grammar on Modules section of ZNC. --- modules/blockuser.cpp | 2 +- modules/certauth.cpp | 2 +- modules/chansaver.cpp | 2 +- modules/fail2ban.cpp | 2 +- modules/identfile.cpp | 2 +- modules/imapauth.cpp | 2 +- modules/lastseen.cpp | 2 +- modules/log.cpp | 2 +- modules/webadmin.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/blockuser.cpp b/modules/blockuser.cpp index 1e2c261c..234b8998 100644 --- a/modules/blockuser.cpp +++ b/modules/blockuser.cpp @@ -180,4 +180,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetArgsHelpText("Enter one or more user names. Separate them by spaces."); } -GLOBALMODULEDEFS(CBlockUser, "Block certain users from logging in") +GLOBALMODULEDEFS(CBlockUser, "Block certain users from logging in.") diff --git a/modules/certauth.cpp b/modules/certauth.cpp index 61e56870..e9f53beb 100644 --- a/modules/certauth.cpp +++ b/modules/certauth.cpp @@ -284,4 +284,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetWikiPage("certauth"); } -GLOBALMODULEDEFS(CSSLClientCertMod, "Allow users to authenticate via SSL client certificates") +GLOBALMODULEDEFS(CSSLClientCertMod, "Allow users to authenticate via SSL client certificates.") diff --git a/modules/chansaver.cpp b/modules/chansaver.cpp index ec1cb956..e005b7ed 100644 --- a/modules/chansaver.cpp +++ b/modules/chansaver.cpp @@ -115,4 +115,4 @@ template<> void TModInfo(CModInfo& Info) { Info.AddType(CModInfo::GlobalModule); } -USERMODULEDEFS(CChanSaverMod, "Keep config up-to-date when user joins/parts") +USERMODULEDEFS(CChanSaverMod, "Keep config up-to-date when user joins/parts.") diff --git a/modules/fail2ban.cpp b/modules/fail2ban.cpp index 36e66de5..16da7ae8 100644 --- a/modules/fail2ban.cpp +++ b/modules/fail2ban.cpp @@ -109,4 +109,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetArgsHelpText("You might enter the time in minutes for the IP banning and the number of failed logins before any action is taken."); } -GLOBALMODULEDEFS(CFailToBanMod, "Block IPs for some time after a failed login") +GLOBALMODULEDEFS(CFailToBanMod, "Block IPs for some time after a failed login.") diff --git a/modules/identfile.cpp b/modules/identfile.cpp index c05e6aa7..c08e4022 100644 --- a/modules/identfile.cpp +++ b/modules/identfile.cpp @@ -202,4 +202,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetWikiPage("identfile"); } -GLOBALMODULEDEFS(CIdentFileModule, "Write the ident of a user to a file when they are trying to connect") +GLOBALMODULEDEFS(CIdentFileModule, "Write the ident of a user to a file when they are trying to connect.") diff --git a/modules/imapauth.cpp b/modules/imapauth.cpp index 368ae268..30b58770 100644 --- a/modules/imapauth.cpp +++ b/modules/imapauth.cpp @@ -164,4 +164,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetArgsHelpText("[ server [+]port [ UserFormatString ] ]"); } -GLOBALMODULEDEFS(CIMAPAuthMod, "Allow users to authenticate via imap") +GLOBALMODULEDEFS(CIMAPAuthMod, "Allow users to authenticate via IMAP.") diff --git a/modules/lastseen.cpp b/modules/lastseen.cpp index bd6eb9b1..52066789 100644 --- a/modules/lastseen.cpp +++ b/modules/lastseen.cpp @@ -140,4 +140,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetWikiPage("lastseen"); } -GLOBALMODULEDEFS(CLastSeenMod, "Collects data about when a user last logged in") +GLOBALMODULEDEFS(CLastSeenMod, "Collects data about when a user last logged in.") diff --git a/modules/log.cpp b/modules/log.cpp index c8734a3e..af4f2a59 100644 --- a/modules/log.cpp +++ b/modules/log.cpp @@ -309,4 +309,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetWikiPage("log"); } -USERMODULEDEFS(CLogMod, "Write IRC logs") +USERMODULEDEFS(CLogMod, "Write IRC logs.") diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index f5811f45..15a31d07 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1797,4 +1797,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetWikiPage("webadmin"); } -GLOBALMODULEDEFS(CWebAdminMod, "Web based administration module") +GLOBALMODULEDEFS(CWebAdminMod, "Web based administration module.")