mIRC Home    About    Download    Register    News    Help

Print Thread
#126697 03/08/05 09:46 PM
R
raZOR
raZOR
R
today i got this in status window:

(12:47) [CRAZY_SCIENTIST VERSION]

thing is if it was CTCP VERSION it would be

(12:xx) [CTCP something] requested by nickname (~id@host.domain)

but this wasnt nor ping, nor dcc, nor time... nor nothing...
it didnt even had CTCP inside...

unfortunately i dont have debug window working always so cant say what was it...

anyone has a clue?

#126698 03/08/05 10:17 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
The default CTCP display is as you described first:

[Nickname CTCP-NAME]

Example: [11:15:47] [Mentality VERSION]

The only time it would be different is if you have a script which alters how it looks, so perhaps this script is faulty with CTCP versions? Or perhaps the script was disabled at that particular point?

Regards,

#126699 03/08/05 10:17 PM
R
RusselB
RusselB
R
Can't say for sure, but it sounds to me like somebody is using a modified reply to a CTCP Version request. My knowledge in this area is limited, so I'm not going to try to show how it could be done, but I do know that it can be done.

#126700 03/08/05 10:28 PM
R
raZOR
raZOR
R
reply to both:

thing is that i DID NOT /ctcp version anyone
and if someone /ctcp version me, then i would get this:

(23:41) [CTCP VERSION] requested by user| (~id@host.domain)

beacuse my script generates that when someone requests ctcp, but i disabled MY reply so...

i dont understand still lol
because i didnt ctcp this person and if he ctcp me i would get different echo than one i got...

#126701 03/08/05 10:35 PM
R
RusselB
RusselB
R
In that case, I've got no choice but to agree with your Subject line. weird thing...

#126702 03/08/05 10:59 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
If it came through as you described, then he did CTCP you. I would say it's a faulty script.

Regards,

#126703 04/08/05 12:06 AM
R
raZOR
raZOR
R
hmm...
it seems that it isnt weird after all
uhh im so ashamed now smirk

(my mistake) hope no1 is angry on me...

Last edited by raZOR; 04/08/05 12:12 AM.
#126704 04/08/05 12:21 AM
R
RusselB
RusselB
R
If we were perfect, we wouldn't need to ask questions here.

#126705 04/08/05 10:00 PM
H
Hrung
Hrung
H
Quote:
If it came through as you described, then he did CTCP you. I would say it's a faulty script.


As I understand it, you cannot halt the [nick VERSION] from showing, other than by ignoring ctcps. I have tried, and even made a feature suggestion to allow stopping that, though I can't seem to locate it via the search page.

Code:
ctcp *:*:*: {
  echo -at $nick sent you a CTCP: $1-
  halt
}

This code looks like it should keep it from displaying, right? Wrong. It stops anything except version from showing the old way. I am assuming that it is in some way related to the fact that you can't keep /halt the version reply from going out. This is still a behavior that I want changed (the displaying, not the replying).

#126706 05/08/05 01:03 AM
R
RusselB
RusselB
R
To my understanding, that code would've worked with all CTCP's including Version, up to, but not including 6.16

I'm not sure how, but when Khaled did the modifications for 6.16, he made it so that the Version reply will send back properly no matter what.


Link Copied to Clipboard