Skip to content
ClearMSN Connection

ctcp replying

A TG007 community discussion started by Gwen.

Discussion 3 posts
Page 1 of 1
Open
Topic #2078 · 3 published posts · 1,028 views

I cant seem to send the christianethics version reply using clearmsn.

 

how do I get clearmsn to send a ctcp reply.?

 

In vincula I did this:

 

1. put this in popups:

ctcp ce: ctcp $$1 ce

2. and then this in a txt file.

 

ctcp *:christianethics:*: { 
      .ctcpreply $nick CE christianethics
     halt
}

 

But that doesn't seem to work in clearmsn.

 

thats because you're sending CE and waiting to reply to CHRISTIANETHICS. also, you're putting an extra *: in the ctcp event, where it doesn't belong.

do this:

ctcp *:CE:{ .ctcpreply $nick CE Christian Ethics }

 

also make sure stealth mode is turned OFF, or you cannot ctcpreply to anything but time and ping.

bfush.PNG

tongue.gif my attention to detail is getting worse with each day.

 

It was the stealth mode that was interfearing..as it was coded (partly)correctly in my txt. file, just didn't write it properly here.

 

but ty for the hint on taking out that extra *: ..I thought it had to be in there.

 

smile.gif you are a great help vexation thanks

Gwen