/usr/share/doc/jirc/jirc.conf is in jirc 1.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | # Which mode is the server in? Three options are
# - production (normal operation)
# - test (appends '-test' to nicks, channels, etc)
# - unconfigured (abort loading, since you haven't changed this config file)
mode: unconfigured
# IRC nickname
irc-nick: jirc
# IDENT username
irc-username: jirc
# IRC username
irc-ircname: Jabber/IRC Bridge for #jirc (email@example.com)
# IRC channel
irc-chan: #jirc
# IRC server
irc-server: irc.example.com
# For NickServ-based "identify" commands, uncomment the following:
#irc-nickserv: NickServ
#irc-identify: password-here
# Jabber ID
jabber-id: jirc@example.com/daemon
# Jabber password
jabber-password: password
# Jabber conference room
jabber-conference: jirc@conference.example.com
# Jabber conference room alias (name to show for self in the conference room)
jabber-alias: jirc
# Email to contact for jabber admin
jabber-admin: jirc-owner@example.com
# Command prefix character
prefix: !
# Should status/join/part be silenced?
quiet-status: 0
############################################################################
# Shouldn't usually need to change anything below this line...
# IRC communication debug output?
irc-debug: 0
# IRC port
irc-port: 6667
# How many seconds to wait until reconnecting after a missed "TIME" response
irc-reconnect: 60
# How often to request the "TIME" response, in seconds
irc-time-delay: 30
# Split messages to IRC after how many characters per line?
irc-line-max: 430
# Jabber communication debug output?
jabber-debug: 0
# Jabber port
jabber-port: 5222
# Jabber protocol (XMPP or Legacy)
jabber-protocol: XMPP
# Jabber should not use plaintext authentication (for Legacy)
#jabber-plaintext: 1
# Jabber seconds to wait before reconnecting
jabber-reconnect-delay: 0
# Jabber server IP, to override hostname in jabber-id
#jabber-server-ip: 127.0.0.1
# Overall system-wide debug output
debug: 0
|