Page 1 of 1

Unreal 3.2.7 Topic length modifier

Posted: Thu Oct 11, 2007 11:58 pm
by clueless
I was wondering if anyone can make a module so that you can change the topic length to what you want (maximum 750 chars)

if possible can you make the command /settopiclen <topic char length> ?

Re: Unreal 3.2.7 Topic length modifier

Posted: Fri Oct 12, 2007 8:44 am
by Jobe
Unfortunatly that isnt possible, simply because every raw IRC message is limited to 512 Bytes including the senders nick, user, host, the command and all parameters.

For example:

Code: Select all

:[email protected] TOPIC #channel :Topic here
The whole of that is limited to 512 bytes

Re: Unreal 3.2.7 Topic length modifier

Posted: Fri Oct 12, 2007 7:09 pm
by Stealth
The topic length is locked at 307 characters, the most that can be allowed within Unreal. Making the topic longer requires modifying the source, which is not supported.