Revision 70c59c34
Added by Marc Dequènes about 14 years ago
- ID 70c59c34b5ec3708d5e1ecdb59e13465240b0d08
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
[evol] unified BotNet interface for both client and servers (as a client is also a micro server)