user12 Voice
Joined: 19 May 2022 Posts: 3
|
Posted: Thu May 19, 2022 2:35 am Post subject: 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]
that code doesn't work with utf-8 especially emojis :D :D :D _________________ yes |
|