1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 22:36:03 +00:00

Changed the reply of the MODE command to match the syntax of the original

ircd exactly: the unnecessary but missing ":" before the last parameter
has been added.
This commit is contained in:
Alexander Barton
2004-02-29 16:28:44 +00:00
parent f9e651b333
commit 56227abc5e
2 changed files with 6 additions and 3 deletions

View File

@@ -12,6 +12,9 @@
ngIRCd CVSHEAD
- Changed the reply of the MODE command to match the syntax of the
original ircd exactly: the unnecessary but missing ":" before the last
parameter has been added.
- Fixed TRACE: don't output "Serv" lines for ourself; display more info.
- Results of the resolver (hostnames and IDENT names) are discarded after
the client is successfully registered with the server.
@@ -505,4 +508,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.228 2004/02/28 02:18:16 alex Exp $
$Id: ChangeLog,v 1.229 2004/02/29 16:28:44 alex Exp $