From 9fdac9f37ad61ed1b2f7bab60ee47d26fb7112c3 Mon Sep 17 00:00:00 2001 From: TEP Date: Tue, 10 Jan 2012 21:37:16 -0500 Subject: [PATCH] Modified description field for bouncedcc module to explain what the module actually does. --- modules/bouncedcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bouncedcc.cpp b/modules/bouncedcc.cpp index 33f89a4b..054eafaf 100644 --- a/modules/bouncedcc.cpp +++ b/modules/bouncedcc.cpp @@ -451,5 +451,5 @@ unsigned short CDCCBounce::DCCRequest(const CString& sNick, unsigned long uLongI -MODULEDEFS(CBounceDCCMod, "Bounce DCC module") +MODULEDEFS(CBounceDCCMod, "This module bounces DCC transfers through the ZNC server instead of sending them directly to the user. ")