Send ii output to nowhere. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 38b8bbc14f907ef818590b8169c8c1088cdcd6f5 | |
parent 1c1db0d1d58ea7bc44a1dcc70541a0ecec221ff6 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 9 Jan 2022 18:03:53 +0100 | |
Send ii output to nowhere. | |
Diffstat: | |
M annna-start-main | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-start-main b/annna-start-main | |
@@ -46,7 +46,7 @@ channels="$4" | |
# -f "Annna Robert-Houdin" & | |
ii -s "${server}"${ircpassparam}${ircuserparam}${tlsparam} \ | |
- -f "${fullname}" -p ${port} & | |
+ -f "${fullname}" -p ${port} 2>&1 >/dev/null & | |
iipid=$! | |
sleep 5 |