Project

General

Profile

« Previous | Next » 

Revision 70c59c34

Added by Marc Dequènes over 13 years ago

  • ID 70c59c34b5ec3708d5e1ecdb59e13465240b0d08

[evol] unified BotNet interface for both client and servers (as a client is also a micro server)

View differences:

bin/mapmaker
$: << File.join(File.dirname(__FILE__), "..", "lib")
require 'cyborghood/cyborg'
require 'cyborghood/cyborg/server'
require 'cyborghood/cyborg/botnet_server'
require 'cyborghood/services/dns'
......
bindtextdomain("cyborghood_mapmaker", {:path => Config::L10N_DIR, :charset => "UTF-8"})
class MapMaker < Cyborg
include BotServer
include BotNetServer
def interface
MapMakerInterface.instance

Also available in: Unified diff