Project

General

Profile

« Previous | Next » 

Revision d57fd602

Added by Marc Dequènes over 13 years ago

  • ID d57fd602139e64243c0192e0db3c39bfddbf943f

[evol] add client support to BotNet

View differences:

lib/cyborghood/cyborg/botnet_server.rb
module BotNetServerUNIXSocket
def setup
super
@socket = File.join(Config::RUN_DIR, @config.bot_name.downcase + ".sock")
@socket = peer_socket(@config.bot_name)
at_exit { remove_socket_file }
end

Also available in: Unified diff