From 4e7f9c67ba8df7972cd1a1f7e8217d561bbe0ff5 Mon Sep 17 00:00:00 2001 From: codemastr Date: Sun, 6 Mar 2005 19:53:55 +0000 Subject: [PATCH] Made it so the win32 version shows channel modes in /list --- Changes | 3 ++- include/win32/setup.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 477fc8bd6..cd3b5c412 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,5 @@ /* - * UnrealIRCd Changes File - (C) Carsten Munk 1999-2002 & + * UnrealIRCd Changes File - (C) Carsten Munk 1999-2005 & * The UnrealIRCd Team * * $Id$ @@ -758,3 +758,4 @@ - Removed oldcloak cloaking module, everyone should be using the new cloak one by now. - Updated release notes (translated docs, zlib, doc\technical, sp/cS desynch). - Made +g get removed when an oper sets -o (#0002399) reported by Ron2K. +- Made it so the win32 version shows channel modes in /list (#0002397) reported by Ron2K. diff --git a/include/win32/setup.h b/include/win32/setup.h index f9d088d33..5fd1c605e 100644 --- a/include/win32/setup.h +++ b/include/win32/setup.h @@ -49,4 +49,5 @@ #define NO_U_TYPES #define NEED_U_INT32_T #define PREFIX_AQ +#define LIST_SHOW_MODES #endif