Thread: UCS Issue
View Single Post
  #6  
Old 12-24-2012, 04:37 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

What happens when you try and join a channel, e.g. /join general
Any error messages ?

You can enable enhanced logging from the chatserver.exe process by creating a log.ini file in the same directory as the .exe and adding:
Code:
UCS=on
and restarting your server.

Finally, if you see error messages in the chatserver.exe window about chat/mailkeys not matching, you may need to set this rule to false in your rules table:
Code:
Chat:EnableMailKeyIPVerification
Reply With Quote