From 1b7c9f4ed0a09c22dc00eb9ef4c5be97852b08bc Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 11 Jan 2012 09:46:56 +0700 Subject: [PATCH] Make bouncedcc's description a bit shorter to fit in small tables better in output of *status. --- modules/bouncedcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bouncedcc.cpp b/modules/bouncedcc.cpp index 054eafaf..9f041f88 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, "This module bounces DCC transfers through the ZNC server instead of sending them directly to the user. ") +MODULEDEFS(CBounceDCCMod, "Bounces DCC transfers through ZNC instead of sending them directly to the user. ")