Use GString for irc->sendbuffer (simpler and faster)
The old code managed growing the buffer manually and called strlen()
very often. GString has a length field and the logic to grow the buffer
is none of our business. Probably smarter, too.
This takes a "blist all" of 14k users from 8.2 to 1.3 seconds.