[wiki] [sites] [sic][PATCH] Do not set default chan when joinning. || Alexis Ben Miloud--Josselin

From: <git_AT_suckless.org>
Date: Sat, 26 May 2018 23:23:10 +0200

commit 38d3f3c17d6442d1944aa43935035ef64dedec19
Author: Alexis Ben Miloud--Josselin <alexis.bmj_AT_protonmail.com>
Date: Sat May 26 23:21:11 2018 +0200

    [sic][PATCH] Do not set default chan when joinning.

diff --git a/tools.suckless.org/sic/patches/nodefaultchan.md b/tools.suckless.org/sic/patches/nodefaultchan.md
new file mode 100644
index 00000000..37e99948
--- /dev/null
+++ b/tools.suckless.org/sic/patches/nodefaultchan.md
_AT_@ -0,0 +1,15 @@
+No default chan
+===============
+This patch will prevent `sic` from setting the first chan you want to
+join as the default one. You will have to manually set a default chan
+with the `j` command if you want one.
+
+
+Download
+--------
+* [sic-nodefaultchan-20180524-9bb34de.diff](sic-nodefaultchan-20180524-9bb34de.diff) (582) (20180524)
+
+
+Author
+------
+* Alexis Ben Miloud--Josselin <[alexis.bmj_AT_protonmail.com](mailto:alexis.bmj_AT_protonmail.com)>
diff --git a/tools.suckless.org/sic/patches/sic-nodefaultchan-20180524-9bb34de.diff b/tools.suckless.org/sic/patches/sic-nodefaultchan-20180524-9bb34de.diff
new file mode 100644
index 00000000..81a00895
--- /dev/null
+++ b/tools.suckless.org/sic/patches/sic-nodefaultchan-20180524-9bb34de.diff
_AT_@ -0,0 +1,25 @@
+From 9858964ec2b1eeffe9e112cc8a6272efdc3ea8c3 Mon Sep 17 00:00:00 2001
+From: Alexis Ben Miloud--Josselin <alexis.bmj_AT_protonmail.com>
+Date: Thu, 24 May 2018 10:52:00 +0200
+Subject: [PATCH] Do not set default chan when joinning
+
+---
+ sic.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/sic.c b/sic.c
+index ecefaf2..b7efd7e 100644
+--- a/sic.c
++++ b/sic.c
+_AT_@ -77,8 +77,6 @@ parsein(char *s) {
+ switch(c) {
+ case 'j':
+ sout("JOIN %s", p);
+- if(channel[0] == '
Received on Sat May 26 2018 - 23:23:10 CEST

This archive was generated by hypermail 2.3.0 : Sat May 26 2018 - 23:24:21 CEST