|
|
|
|
|
|
bananaman
Noobie
Posts: 34
No ordinary superhero!
|
|
Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #231 on: December 30, 2002, 07:41:07 PM » |
|
Quote from: diva_uno on December 18, 2002, 02:29:40 AMQuote from: brodle on December 17, 2002, 04:29:12 PMQuote from: diva_uno on December 17, 2002, 04:12:28 PMOne problem I am having brodle is that I can't log in with my nickname which is "C.C." Is this possibly because of the "." - ? Or could it possibly be because someone in the IRC community has the same name? I have created another account just for chatting, but if there is a way around me using my main admin nickname I would rather use it.
IRC protocal does not allow periods in usernames. That would be why it doesnt allow you. These are the acceptable characters `^-_[]{}
I will see what I can do to make it so that any username can be used but it will take time.
No hurry brodle... Using the other account is no big deal. Just let me know when you have figured it out. Thanks.
It seems easy to me. In chat.php find $memsettings = mysql_fetch_array($request); $chatname = str_replace(" ","_",$memsettings['realName']); and add after $chatname = str_replace(".","_",$memsettings['realName']); That will replace all . s in people names with an underscore. The only remaining issue I have is people names begining with a numerical digit which is also not allowed.
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|
|