What I expected to see from that command is my nick becoming:
[pipe]03>Codefenix
Instead, what happens is the prefix takes the place of the first character of my nick:
[pipe]03>odefenix
Can you edit line 157 of xtrn/mrc-client.js, changing it from this: user.alias.replace(/\s/g, '_')
to this:
'_' + user.alias.replace(/\s/g, '_')
Run mrc-client again. Your nick should start as _Codefenix in some random colour. Try setting it to your desired value.
If that works, it's not a real/good/permanent fix, but I can figure out a proper solution later.
Change made, and it works nicely. Thanks!
Sysop: | altere |
---|---|
Location: | Houston, TX |
Users: | 66 |
Nodes: | 4 (0 / 4) |
Uptime: | 11:07:24 |
Calls: | 633 |
Files: | 7,638 |
Messages: | 292,242 |