diff options
author | louiz’ <louiz@louiz.org> | 2017-01-22 21:31:50 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-01-22 21:31:50 +0100 |
commit | 5d801ddcd025f68d2ec91edf0462091a32c779c1 (patch) | |
tree | 25aa1b7c66ada9a98e3027743c9552492689abf8 /database | |
parent | dd129366575f371bcec51b7303bfb273d6edc8a2 (diff) | |
download | biboumi-5d801ddcd025f68d2ec91edf0462091a32c779c1.tar.gz biboumi-5d801ddcd025f68d2ec91edf0462091a32c779c1.tar.bz2 biboumi-5d801ddcd025f68d2ec91edf0462091a32c779c1.tar.xz biboumi-5d801ddcd025f68d2ec91edf0462091a32c779c1.zip |
Add a linger_time configuration option on IRC servers
Diffstat (limited to 'database')
-rw-r--r-- | database/database.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/database.xml b/database/database.xml index af15ad5..7dc70e1 100644 --- a/database/database.xml +++ b/database/database.xml @@ -24,6 +24,7 @@ <field name="realname" type="string" length="1024" default=""/> <field name="verifyCert" type="boolean" default="true"/> <field name="trustedFingerprint" type="string"/> + <field name="lingerTime" type="integer" default="0"/> <field name="encodingOut" type="string" default="ISO-8859-1"/> <field name="encodingIn" type="string" default="ISO-8859-1"/> |