znc.in/self-message script
Added by no jah almost 7 years ago
Hi,
I was wondering if anyone have a script that is required for AdiIRC to handle znc.in/self-message?
There is a article about it here: http://defs.ircdocs.horse/info/selfmessages.html
Replies (8)
RE: znc.in/self-message script - Added by Per Amundsen almost 7 years ago
Probably this one http://wiki.znc.in/Privmsg/mIRC
RE: znc.in/self-message script - Added by no jah almost 7 years ago
No, it doesn't seem to work.
When the buffer is played back everything I wrote i a pravate conversation is gone.
RE: znc.in/self-message script - Added by Per Amundsen almost 7 years ago
Do you have Options -> Server -> Use echo-message when available enabled? enabling this option will hide messages from yourself.
The messages can still be retrieved from the on PARSELINE event in that case.
RE: znc.in/self-message script - Added by no jah almost 7 years ago
Where do I find this option, I can't find it anywhere in ZNC?
I'm using ZNC 1.6.5
RE: znc.in/self-message script - Added by no jah almost 7 years ago
Ah, sorry. In AdiIRC... Found it, but not enabled.
RE: znc.in/self-message script - Added by Per Amundsen almost 7 years ago
Have you verified ZNC is even sending these messages?
You can monitor "Menubar -> File -> Rawlog" (in AdiIRC).
Also, have you made a script which requests the "znc.in/self-message" extension?
Maybe check this one out https://blog.jay2k1.com/2016/09/11/how-to-make-mirc-compatible-with-zncs-znc-inself-message-cap/.
RE: znc.in/self-message script - Added by no jah almost 7 years ago
How do I know if ZNC is sending these messages by looking at the Rawlog?
For example if I send PM to myself I see both the sent message and the received message in the client sent the message from, but in all the other client(s) I only see the received message.
I've tried both the first script you suggested, and the last one, but I can't make it work.
RE: znc.in/self-message script - Added by Per Amundsen almost 7 years ago
In the Rawlog window, you can see if any incoming messages looks like it came from your self, e.g :mynick!myident@myhost PRIVMSG othernick :hello there.
Are you sure your ZNC server supports "znc.in/self-message" and that it's enabled?