view bin/whoami @ 12317:dff5f7e20cdf draft

<int-e> complain fungot\'s a big meanie!
author HackEso <hackeso@esolangs.org>
date Sat, 22 Feb 2020 16:26:57 +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