[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