From f483053687f5a9869a1d247cd1398f8703ed597f Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 6 Oct 2011 21:47:52 +0700 Subject: [PATCH] Improve admin module description. --- modules/admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin.cpp b/modules/admin.cpp index 9623e964..c1954cb4 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -887,4 +887,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetWikiPage("admin"); } -MODULEDEFS(CAdminMod, "Dynamic configuration of users/settings through IRC") +MODULEDEFS(CAdminMod, "Dynamic configuration of users/settings through IRC. Allows editing only yourself if you're not ZNC admin.")