Bug #4890
closedbug with command /me (ctcp and spamfilter Unrealircd 5)
0%
Description
Hello
Follow the steps to reproduce this bug:
1) Add this: /spamfilter add -regex C block 0 Bloqué www
2) Write " /me www testtt " in a channel with the server notices activated so that they appear in /debug @debug or in the snotices
3) You will receive this message on the active window and this is not normal: [13:52:03]> CTCP reply ACTION www testtt from irc.site.com
Updated by armin armin almost 5 years ago
"/me www testtt" it's another person who has to write this, not on yourself
Updated by Per Amundsen almost 5 years ago
What is not normal about it? What does the RAW IRC message look like?
It looks like it's trying to send a ACTION through NOTICE, I get the same result from both mirc/adiirc by doing //parseline -itq :irc.server.com NOTICE $me : $+ $chr(1) $+ ACTION www testtt from irc.site.com $+ $chr(1)
e.g ACTION/me is not supported in NOTICE messages.
Updated by armin armin almost 5 years ago
The raw:
<- @time=2020-01-22T13:29:19.198Z :irc.site.com NOTICE Fast :[Spamfilter] Niva!o-accAENymrVHon@212.47.x.x matches filter 'www': [PRIVMSG #chan: 'ACTION www testtt'] [URL bloquée]
On window active in red: [14:33:56] > CTCP reply ACTION www testtt from irc.site.com
Updated by Per Amundsen almost 5 years ago
- Category set to Irc
- Status changed from New to Resolved
- Assignee set to Per Amundsen
Okay, it should check for $chr(1) at the start of the message, fixed in next beta.
Updated by Per Amundsen almost 5 years ago
- Status changed from Resolved to Closed
Updated by armin armin almost 5 years ago
ok thank you, I will test as soon as it is available