vangberg / isaac

A smallish DSL for writing IRC bots.
MIT License
161 stars 28 forks source link

Set encoding in 1.9 #9

Closed phiggins closed 14 years ago

phiggins commented 14 years ago

Set the encoding of the bot's TCPSocket.

I tried to add some tests, however I couldn't get them to work with the MockSocket used in testing.

dominikh commented 14 years ago

just fyi, this won't work with OpenSSL. "Not work" means that the OpenSSL socket will just ignore the encoding

vangberg commented 14 years ago

Applied.