ruby-rbot / rbot

The Ruby IRC Bot.
https://ruby-rbot.github.io/
Other
63 stars 19 forks source link

rbot's fortune fails to show anything and makes new ruby rbot processes. #56

Closed antdude closed 3 years ago

antdude commented 4 years ago

From 64-bit Fedora v31 box via SSH2: ... $ ps auxfw |grep ruby ant 2897591 0.0 0.0 215984 900 pts/18 S+ 10:42 0:00 | _ grep --color ruby ant 2896437 0.4 0.2 803544 85744 ? Sl 10:28 0:03 /usr/bin/ruby-mri ./launchhere.rb -b ant 2896722 0.0 0.2 803832 81852 ? Sl 10:33 0:00 \ /usr/bin/ruby-mri ./launchhere.rb -b ant 2897480 0.0 0.2 803832 79636 ? S 10:40 0:00 \ /usr/bin/ruby-mri ./launchhere.rb -b ant 2897501 0.1 0.2 803832 79924 ? S 10:40 0:00 \ /usr/bin/ruby-mri ./launch_here.rb -b

Telling my rbot to quit makes it come back automatically in IRC. I have to kill all rbot's processes. :(