CTCP Dialog

By Dark-Master on May 05, 2008

Simple ctcp dialog
Type /lctcp to start this addon
Enjoy

dialog CTCP {
  title "CTCP"
  size -1 -1 121 45
  option dbu
  button "Ping", 1, 3 4 37 12
  button "Version", 2, 41 4 37 12
  button "Time", 3, 80 4 37 12
  button "Chat", 4, 3 17 37 12
  button "Page", 5, 41 17 37 12
  button "Finger", 6, 80 17 37 12
  button "User-Info", 7, 3 30 37 12
  button "Client-Info", 8, 41 30 37 12
  button "Close", 9, 80 30 37 12, ok
}
on 1:dialog:CTCP:sclick:*: {
  if ( $did == 1 ) { /ctcp $$?="Nick:" ping }
  if ( $did == 2 ) { /ctcp $$?="Nick:" version }
  if ( $did == 3 ) { /ctcp $$?="Nick:" time  }
  if ( $did == 4 ) { /ctcp $$?="Nick:" chat }
  if ( $did == 5 ) { /ctcp $$?="Nick:" page }
  if ( $did == 6 ) { /ctcp $$?="Nick:" finger }
  if ( $did == 7 ) { /ctcp $$?="Nick:" userinfo }
  if ( $did == 8 ) { /ctcp $$?="Nick:" clientinfo }
}

alias LCTCP { dialog -m CTCP CTCP }

Comments

Sign in to comment.
SpotRedDog   -  May 06, 2008

if so where Dark-Master??? why not let them see the light of day? You could even post them here maybe a thought?

 Respond  
EL   -  May 06, 2008

Jus checkin an yeah i seen your script nice work btw :P

 Respond  
Dark-Master   -  May 06, 2008

This are just small snippets for mIRC. I have better snippets than this.

 Respond  
EL   -  May 05, 2008

@ Dark-Master ,Arent you the person who posted your script on ivan\'s page? If so wtN is this theres far better codin within that script so its lookin like either you ripped/butchered codes to make that script or your posting crap snippets for shíts an giggles?

 Respond  
EcKstasy   -  May 05, 2008

O_o

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.