This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 3 matches

by user12
Fri May 20, 2022 6:17 am
Forum: Scripting Help
Topic: Make Eggdrop blind to control codes
Replies: 9
Views: 9773

Ok,

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
by user12
Thu May 19, 2022 2:37 am
Forum: Scripting Help
Topic: Make Eggdrop blind to control codes
Replies: 9
Views: 9773

Re: Make Eggdrop blind to control codes

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...
by user12
Thu May 19, 2022 2:35 am
Forum: Eggdrop Help
Topic: Necro old topics
Replies: 0
Views: 18745

that code doesn't work with utf-8 especially emojis :D :D :D

[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] ...