From 42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879 Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 5 May 2021 12:56:41 +0200 Subject: dodal podporo za priponke in debian --- debian/README.Debian | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/README.Debian (limited to 'debian/README.Debian') diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..b23ea1f --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,17 @@ +discord.c for Debian + +an alternative client for the discord messaging platform, written in the C programming language. + +makes use of libncursesw6, libcurl4-openssl-dev, libcjson-dev + +reads email and password from arguments -e and -p to command discord.c or from environment variables DC_E and DC_P + +after launching program, start the network thread with command /n 1 - that logs you in and fetches guilds and channels + +join a channel with /join, list channels with /channels, list guilds with /guilds + +send text with enter key + +you can /join and /unjoin many channels, then switch with [TAB] to which channel you will send messages. + + -- Anton Luka Šijanec Mon, 22 Mar 2021 19:45:04 +0100 -- cgit v1.2.3