From f22db6d04baf428d9764fdb6ed497fa7e0dc1d2f Mon Sep 17 00:00:00 2001 From: jilles Date: Sun, 22 Apr 2007 07:35:28 -0700 Subject: [PATCH] [svn] Fix description of 043 numeric. --- ChangeLog | 11 +++++++++++ doc/collision_fnc.txt | 5 +++-- include/serno.h | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5732fa8..0ae63f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +jilles 2007/04/22 14:02:54 UTC (20070422-3420) + Log: + SAVE: make the nickTS of the UID nick equal to 100, so it + is always in sync on the network. + + + Changes: Modified: + +5 -0 trunk/doc/collision_fnc.txt (File Modified) + +15 -11 trunk/modules/core/m_nick.c (File Modified) + + jilles 2007/04/22 11:22:10 UTC (20070422-3418) Log: Force nickTS to increase when a local user changes their nick. diff --git a/doc/collision_fnc.txt b/doc/collision_fnc.txt index 81ff23a..397c067 100644 --- a/doc/collision_fnc.txt +++ b/doc/collision_fnc.txt @@ -6,7 +6,8 @@ Nick collision FNC performs a forced nick change to the user's UID instead of a kill. The criteria for which user may keep the nick are the same as before. Server notices will say the clients are being "saved" instead of "killed". The client will get a 043 numeric, like this: -: 043 :Nick collision, forcing nick change to your unique ID + +: 043 :Nick collision, forcing nick change to your unique ID The following conditions must be fulfilled: @@ -43,4 +44,4 @@ nick changes their nick but is collided again (the server detecting the collision will not propagate the nick change further). -- -$Id: collision_fnc.txt 3420 2007-04-22 14:02:54Z jilles $ +$Id: collision_fnc.txt 3422 2007-04-22 14:35:28Z jilles $ diff --git a/include/serno.h b/include/serno.h index cbe27f7..640465e 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070422-3418" +#define SERNO "20070422-3420"