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