summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-09-21 18:56:37 +0200
committerFlorent Le Coz <louiz@louiz.org>2015-09-21 18:56:37 +0200
commitceec98907776dcd73b0c02a46ca135196e5f223e (patch)
tree9e37f0052cd3a0e98b50fff1b9c39456ee3d395b /database
parent890cfe90996ac4c3916c84d178049d9b3b23465b (diff)
downloadbiboumi-ceec98907776dcd73b0c02a46ca135196e5f223e.tar.gz
biboumi-ceec98907776dcd73b0c02a46ca135196e5f223e.tar.bz2
biboumi-ceec98907776dcd73b0c02a46ca135196e5f223e.tar.xz
biboumi-ceec98907776dcd73b0c02a46ca135196e5f223e.zip
Add a field (in the configure form) to specifiy an after-connect IRC command
Diffstat (limited to 'database')
-rw-r--r--database/database.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/database.xml b/database/database.xml
index fdeb05e..8fffe16 100644
--- a/database/database.xml
+++ b/database/database.xml
@@ -7,6 +7,7 @@
<field name="server" type="string" length="3071"/>
<field name="pass" type="string" length="1024" default=""/>
+ <field name="afterConnectionCommand" type="string" length="510" default=""/>
<field name="tlsPorts" type="string" length="4096" default="6697;6670" />
<field name="ports" type="string" length="4096" default="6667" />