mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
Like if I wanted to have the nick I ..
but the server only allows 3 chars or more.

Wht could I use?

Like e.g. 'I' ..

Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
The characters allowed vary depending on the network. Just try things until you find something that works. smile

Keep in mind that people who want to talk to you will not appreciate typing weird characters to say your name.

Joined: Jan 2003
Posts: 1,057
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,057
most networks accept these:

a-z
A-Z
0-9
{}[]`\^_-|

and not much else. but as riamus already stated, this does depend on the network.

Joined: Nov 2006
Posts: 1,552
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,552
On most nets, following regex (i know its not perfect) does a good job filtering invalid inputs.
It checks full usermasks (like $fulladdress) including wildcards (remove the three * if you dont want wildcards), and returns true if the mask contains only valid chars:

$regex(%fulladdresshere,^[-\]\\_*^[{}|`\w]+![\w.*~-]+@[\w.*-]+$)

Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
I'll add that some networks allow unicode to be used in nicks as well.

Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
Thanks!

Joined: Oct 2005
Posts: 1,671
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,671
I don't know if this applies to all or some networks, but all the ones I've tested on don't allow nicknames to begin with numbers. ie. a nickname of 123 or 9ab would be considered invalid.

-genius_at_work

Joined: Nov 2004
Posts: 822
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 822
You cannot start a name with a hyphen either.

Quote:

-
-Jigsy Erroneous Nickname
-

Last edited by Jigsy; 04/04/07 11:33 PM.

Link Copied to Clipboard