view bin/whoami @ 12467:a4835ba01fb1 draft

<int-e> learn The password of the month was delayed by snow and ice and Elon Musk.
author HackEso <hackeso@esolangs.org>
date Sun, 20 Nov 2022 20:26:27 +0000
parents 19a19737d631
children
line wrap: on
line source

echo -n $IRC_NICK; if [[ "$1" == "-v" && -n "$IRC_IDENT" ]]; then echo -n "!$IRC_IDENT"; if [[ -n "$IRC_HOST" ]]; then echo -n "@$IRC_HOST"; fi; fi; echo