view bin/whoami @ 11800:22698dc356fe draft

<gerzytet> learn toilet is elliot spelled backwards, without the extra l, with a t at the end.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:40:29 +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