1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 13:33:12 +02:00

Made it so the win32 version shows channel modes in /list

This commit is contained in:
codemastr
2005-03-06 19:53:55 +00:00
parent e84bb4b27b
commit 4e7f9c67ba
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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.
+1
View File
@@ -49,4 +49,5 @@
#define NO_U_TYPES
#define NEED_U_INT32_T
#define PREFIX_AQ
#define LIST_SHOW_MODES
#endif