sbp / saxo

Quick and flexible irc bot, extensible in any language
http://inamidst.com/saxo/
Apache License 2.0
52 stars 22 forks source link

Check isatty before calling readline #15

Closed nomicode closed 10 years ago

nomicode commented 10 years ago

This fixes the problem where commands hang on the CLI until you enter a newline.

sbp commented 10 years ago

Thanks!