Top

CTCP Reply


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  4.0 (of 1 scores)
Date Added  Nov 13, 2005
Last Updated  Nov 15, 2005
Tags  ctcp 

Introduction

Just a simple snippet that will echo someones ctcp reply in a channel for version, ping etc.
!ctcp [nick] [type]

Grab the Code

on *:ctcpreply:*: { msg %ctcp.chan CTCP Reply from $nick for ( $+ %ctcp $+ ) - $2- | unset %ctcp.chan | unset %ctcp }
on *:text:!ctcp*:#: { 
  ctcp $2 $3
  set %ctcp $3 
  set %ctcp.chan $chan 
}
 

Comments

  (3)  RSS
k0ji
Comments: 28
 
mIRC Snippet:  CTCP Reply
Posted on Jun 30, 2009 11:10 am
why not use !version nick
k0ji
Comments: 28
 
mIRC Snippet:  CTCP Reply
Posted on Jun 30, 2009 11:10 am
* /ctcp: insufficient parameters (line 3, ctcp.fon)
jonesy44
Comments: 1,853
 
mIRC Snippet:  CTCP Reply
Posted on Jun 30, 2009 12:36 pm
"why not use !version nick" - because other CTCP's are available besides VERSION.

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom