1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-03-13 04:28:10 +00:00
Alexander Barton fcf2874a9d Allow more characters per line in MOTD and help text files
Change the line buffer in the Read_TextFile() function from 127 to
COMMAND_LEN (=512) bytes. Lines can't even get that long, because they
have to be prefixed before being sent to the client, so this is a sane
maximum.

This allows for even more "fancy" and "wider" MOTDs :-)

Closes #271.
2020-05-07 18:10:41 +02:00
..
2015-07-19 03:03:06 +02:00
2020-04-20 00:20:46 +02:00
2008-02-26 23:50:35 +01:00