blob: 30f7a09c661cbea6b7bdbede3c88ce81b48d5124 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
; This is an example configuration file for the xbot software.
; URL: https://src.xengineering.eu/xengineering/xbot/src/branch/master
; Usage: Simply copy this file to a new location and edit the fields
; below. You can then reference this profile like this:
; $ xbot -m "Example message" -j "recipient@example.com" -p /path/to/my/profile.ini
; or copy it to the default location ~/.config/xbot/profile.ini and use xbot like this:
; $ xbot -m "Example message" -j "recipient@example.com"
[xbot]
my_jabber_id=user@example.com
password=password123&%
|