Xe Iaso

Results 85 comments of Xe Iaso

Does slate-irc not hook on nickname in use before receiving `001`?

Or just retry the connection until it works.

`/quote foo` will pass command FOO to the server.

This is a limitation of RFC 1459, Shout should be cutting lines at 400 characters and splitting them up as such.

``` let nicklen = 21 identlen = 8 hostlen = 63 linelen = 512 in return #( string.rep("a", nicklen) .. "!" .. (string.rep("b", identlen)) .. "@" .. string.rep("h", hostlen) )...

This repo may be useful there: https://github.com/c64scene-ar/llvm-6502

This just bit me in prod, my deno generated folder was somehow two gigs