View Issue Details

IDProjectCategoryView StatusLast Update
0002405unrealircdpublic2005-03-07 11:50
Reporterw00t Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version3.2.2 
Summary0002405: More problems with /nick and odd characters
DescriptionTry some of the following:
/nick w00t
/nick w00%t
/nick w00t[hiding!]

etc.

Then: /nick %w00t
You get an Errenous nick error.

Why is it that on the other forms, it truncates but on the first character, it errors? This is incorrect behaviour, like the "~" error, no?
3rd party modules

Activities

syzop

2005-03-07 11:50

administrator   ~0009475

> Why is it that on the other forms, it truncates but on the first character, it errors?
Because else you would get a nick with 0 characters? :P

Anyway, since CVS of a few weeks ago (and thus in the future in 3.2.3) we deny the whole nick if any invalid character is found, see release notes or changelog in CVS for more info. To summarize: in nearly all cases the user doesn't want his/her 'changed' nick, so we print out an error.

Issue History

Date Modified Username Field Change
2005-03-07 11:43 w00t New Issue
2005-03-07 11:50 syzop Status new => closed
2005-03-07 11:50 syzop Note Added: 0009475