view bin/whoami @ 12372:ea9bf62ff1b5 draft

<int-e> learn The password of the month is grammaphobic.
author HackEso <hackeso@esolangs.org>
date Thu, 04 Mar 2021 14:00:55 +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