diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-30 02:10:29 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-30 02:10:29 +0200 |
commit | 743086cf4e69c77e139c23defaf63bfa403c1678 (patch) | |
tree | 752cb5c0427ea9ea306ee200f0b1148a8fa33ab2 /ircxmpp.conf | |
parent | oh, looh, security issues already (diff) | |
download | ircxmpp-743086cf4e69c77e139c23defaf63bfa403c1678.tar ircxmpp-743086cf4e69c77e139c23defaf63bfa403c1678.tar.gz ircxmpp-743086cf4e69c77e139c23defaf63bfa403c1678.tar.bz2 ircxmpp-743086cf4e69c77e139c23defaf63bfa403c1678.tar.lz ircxmpp-743086cf4e69c77e139c23defaf63bfa403c1678.tar.xz ircxmpp-743086cf4e69c77e139c23defaf63bfa403c1678.tar.zst ircxmpp-743086cf4e69c77e139c23defaf63bfa403c1678.zip |
Diffstat (limited to 'ircxmpp.conf')
-rw-r--r-- | ircxmpp.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ircxmpp.conf b/ircxmpp.conf index fd635c7..ae11eef 100644 --- a/ircxmpp.conf +++ b/ircxmpp.conf @@ -19,3 +19,13 @@ # IX_CHPASS=somepassword ## delay after each event loop cycle in microseconds, defaults to 100ms. # IX_LOOPDELAY=100000 +####################### ANOTHER LINK SETUP ######################## +## As many links as you'd like can be setup. Append a number, starting with 2, to every setting. +# IX_JID2=v@lu.e +# IX_PASS2=value +# IX_HOST2=valu.e +# IX_PORT2=6666 +# IX_CHANNEL2=#value +# IX_MUC2=v@l.u.e +# IX_CHPASS2=value +# IX_LOOPDELAY2 does not exist, as the event loop is shared between all links. |