1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 02:26:36 +02:00

changelog comment.. mirc 5.17 -> 6.17

This commit is contained in:
Bram Matthys
2006-02-26 13:11:41 +00:00
parent fd5c1f778f
commit 69dc0cfe91
+1 -1
View File
@@ -1064,7 +1064,7 @@
- Fixed (serious) bug in CGI:IRC code, IP's were often not right, reported by 3rror (#2824).
- Fixed bug in currently unused code, reported by DeadNotBuried (#0002835).
- Modulized NAMES command (can now be upgraded on the fly, if ever needed).
- Added NAMESX support, seeing both mIRC (5.17) and XChat support this. What this does is
- Added NAMESX support, seeing both mIRC (6.17) and XChat support this. What this does is
send all rights of all users on the channel in the NAMES reply (eg: @+Syzop if the user is +ov)
instead of only the highest one (@Syzop in previous example). We only do so if the client
explicitly requested this via a NAMESX in a PROTOCTL message (eg: 'PROTOCTL NAMESX').