Setting up the groundwork for handling paper under a DLL call to properly

format it utilizing the https://github.com/hoedown/hoedown library.
This commit is contained in:
ririchiyo
2015-03-24 17:00:51 -04:00
parent 0a70c03adc
commit 7f1b09a7c6
4 changed files with 71 additions and 11 deletions

View File

@@ -143,6 +143,7 @@
var/ghost_interaction = 0
var/comms_password = ""
var/paperwork_library = 0 //use the library DLL.
var/use_irc_bot = 0
var/irc_bot_host = "localhost"
@@ -475,6 +476,9 @@
if("comms_password")
config.comms_password = value
if("paperwork_library")
config.paperwork_library = 1
if("irc_bot_host")
config.irc_bot_host = value