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.

Necro old topics

General support and discussion of Eggdrop bots.
Post Reply
u
user12
Voice
Posts: 3
Joined: Thu May 19, 2022 2:32 am

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

Post by user12 »

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



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