Let's see if I explain myself better XD, using eggdrop with utf-8 "emojis" when using !Say 😀 the bot copies the message well using emojis, but by adding this code, it kills the emojis when using !Say 😀 sends signs
This post is in response to the following conversation on #egghelp @ freenode. <AlphaTech> In the built-in logs how can I disable color? It making funky logs on my logging webpage <SpiKe^^> not sure if there's a better way, but you could try a little proc i have used to remove all colorcodes from e...
[quote="user"]I'm not sure this will work, but it's worth a shot :) [code]unbind raw - PRIVMSG *raw:irc:msg unbind raw - PRIVMSG *raw:PRIVMSG bind raw - PRIVMSG striprivmsg proc striprivmsg {f k a} { set a [stripcodes abcgru $a] *raw:irc:msg $f $k $a *raw:PRIVMSG $f $k $a }[/code][/quote] ...