mIRC Home    About    Download    Register    News    Help

Print Thread
#121807 01/06/05 09:12 PM
Joined: Mar 2003
Posts: 612
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
After hours of searching the net and here(read as a few minutes) and coming up with nothing, can someone tell me how many characters can be sent in one message, and do burko codes each count as a character, i.e
Code:
  4a man in love 

would be 17 characters?

Is this number dependant on the network or is it part of the IRC protocol?

btk


billythekid
#121808 01/06/05 10:54 PM
Joined: Dec 2002
Posts: 349
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 349
Control codes are included in the message length.

The 'standard' is 512 bytes per message (including the ending cr and/or lf), but this could be easily increased by the irc server. This includes the additional parameters in your message ('PRIVMSG <target> :' rest-of-line), and if distributed across the network your nick prefix (':<yournick>' rest-of-line). Some servers use techniques such as tokenisation and nickids to reduce the size of the message across the network.

Some servers may also enforce additional limits on certain messages.

Hope that helps smile

#121809 02/06/05 11:12 AM
Joined: Mar 2003
Posts: 612
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
thanks a lot skip, very informative.



btk


billythekid

Link Copied to Clipboard