commit 06cb6f37065e66643d7e0065ae587372582b375e
parent 1bd759533215da854582b66792316ae180b56e4c
Author: sshbio <jd@ssh.bio>
Date: Sun, 14 Aug 2016 23:46:55 +0200
irc: Added note to xero and suckless.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/irc b/bin/irc
@@ -5,6 +5,8 @@
# / // / / /__
# \/ \/ \____\ - Irc client in 233 lines of shell script
#===============================================================================
+#
+# With help of http://xero.nu, inspired by http://tools.suckless.org/ii
NICK="${NICK-$USER}"
FULLNAME='With netcat and a script as a client'
@@ -88,7 +90,7 @@ input()
write "$srv" "TOPIC ${arg-chan}"
;;
ID | IDENTIFY )
- printf '\033[A\r\033[K> /IDENTIFY *****\v\r> ' 1>&2
+ printf '\033[A\r\033[K> /IDENTIFY *****\n' 1>&2
write "$srv" "PRIVMSG NickServ :IDENTIFY $arg"
;;
'' )