0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 13:08:56 +02:00

[svn] Fix description of 043 numeric.

This commit is contained in:
jilles 2007-04-22 07:35:28 -07:00
parent 3f7e06428a
commit f22db6d04b
3 changed files with 15 additions and 3 deletions

View file

@ -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.

View file

@ -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:
:<server> 043 <uid> :Nick collision, forcing nick change to your unique ID
:<server> 043 <nick> <uid> :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 $

View file

@ -1 +1 @@
#define SERNO "20070422-3418"
#define SERNO "20070422-3420"