From 72c24073b8603459fc9b62386a62a54f1c9e7296 Mon Sep 17 00:00:00 2001 From: olive Date: Thu, 17 Sep 2026 20:33:50 +0100 Subject: add shortname to wilson.ini.example --- wilson.ini.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wilson.ini.example b/wilson.ini.example index 2eb7708..a80ccd4 100644 --- a/wilson.ini.example +++ b/wilson.ini.example @@ -3,6 +3,7 @@ loglevel=info [pylon xmpp-barbaz] type=xmpp +shortname=x ; port 5347 server=localhost component=barbaz.boingsrv.example.org @@ -10,6 +11,7 @@ component_secret=seeeeeecret_password_here [pylon irc-boopbanana] type=irc +shortname=i host=localhost port=6667 password=seeeeeecret_password_here @@ -17,17 +19,20 @@ nodename=boopbanana.boing [pylon discord-foobar] type=discord +shortname=d token=bot_token_here temp_wh=webhook_here [pylon nanochat-gloop] type=nanochat +shortname=n server=gloop.woop.example port=44322 poll=5 [pylon quaddle-boingy] type=quaddle +shortname=q base_url=https://boingy.example/ bot_username=wilson bot_password=seeeeeecret_password_here -- cgit v1.2.3