tjcsl / cslbot

An easily extensible, modular irc bot.
GNU General Public License v2.0
15 stars 16 forks source link

scripts/reload breaks on BSD netcat #937

Open creffett opened 9 years ago

creffett commented 9 years ago

When I ran scripts/reload on my Ubuntu droplet (which defaults to OpenBSD netcat), it prints out the help text (so presumably the syntax isn't compatible). Maybe look into a way to figure out which netcat is installed and run the appropriate command?

pefoley2 commented 9 years ago

Make the script just use the python socket apis instead of running netcat