From bf399a0b507ac06ac2fac64558d581dbcc056526 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 28 May 2021 13:09:25 +0200 Subject: Documentation of example Profile --- Makefile | 3 ++- example_profile.ini | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff0e394..d6906b0 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,8 @@ install: all uninstall: sudo rm -f $(bindir)/xbot -.PHONY: clean uninstall clean: rm -r build +.PHONY: all install uninstall clean + diff --git a/example_profile.ini b/example_profile.ini index d6ba4f2..30f7a09 100644 --- a/example_profile.ini +++ b/example_profile.ini @@ -1,3 +1,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&% + -- cgit v1.2.3-70-g09d2