Open
Description
I would like to see email addresses posted in irc, for those that post them without first obfuscating them to be done when it's logged for display by the irc logger.
Something like foo at bar dash example dot com
Easy enough for a human to use should they need too. but hard for a bot.
Although the best way would be to use a small javascript code to hide it from spam bot parsers.
<script language=JavaScript>
<!--
document.write("foo" + "@" + "bar" + "-" + "example" + "." + "com");
//-->
</script>