Revision bc642412
Added by Marc Dequènes about 14 years ago
- ID bc642412b31c7f4a3066a649cd06cc2a0acc4b8b
bin/mapmaker | ||
---|---|---|
bindtextdomain("cyborghood_mapmaker", {:path => Config::L10N_DIR, :charset => "UTF-8"})
|
||
|
||
class MapMaker < Cyborg
|
||
include SimpleServer
|
||
include BotServer
|
||
|
||
def interface
|
||
MapMakerInterface.instance
|
Also available in: Unified diff
[evol] moved EM loop in Cyborg, simplified and enhanced bot interface, and made Conversation common for any connection type