summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-09-23 18:24:06 +0200
committerFlorent Le Coz <louiz@louiz.org>2015-09-23 18:47:29 +0200
commitf904d57940699e332f75a77062912431c6e51188 (patch)
tree6e3dc737fcbf77344fadb88d015b80e603b70589 /database
parentf6d9b7d7a1d670b3b3d2bd1ca831de8578de6206 (diff)
downloadbiboumi-f904d57940699e332f75a77062912431c6e51188.tar.gz
biboumi-f904d57940699e332f75a77062912431c6e51188.tar.bz2
biboumi-f904d57940699e332f75a77062912431c6e51188.tar.xz
biboumi-f904d57940699e332f75a77062912431c6e51188.zip
Provide username and realname IRC server options
Used in the USER command when connecting to the IRC server, instead of the first nick. fix #3028
Diffstat (limited to 'database')
-rw-r--r--database/database.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/database/database.xml b/database/database.xml
index 8fffe16..1292e71 100644
--- a/database/database.xml
+++ b/database/database.xml
@@ -10,6 +10,8 @@
<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" />
+ <field name="username" type="string" length="1024" default=""/>
+ <field name="realname" type="string" length="1024" default=""/>
<index unique="true">
<indexfield name="owner"/>