Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

clone

Recommended Posts

  • Administrators
I decided to paste the Clone script I wrote today because I haven't contributed to here lately.

 

Paste it in the Remote tab of the Scripts Editor. If a clone joins a channel you are on, it writes a line to @Clone informing you.

 

 

 

 

alias brackets {

  return $+([,$$1-,])

}

alias yellow {

  return $+($chr(3),7,$chr(44),00,$$1-,$chr(3))

}

on *:JOIN:#:{

  if ($me == $nick) {

    who $chan

  }

  else {

    if (!$ialchan(*,$chan,0)) {

      who $chan

    }

    if ($ial($wildsite,0) > 1) {

      var %a = 1, %b

      while (%a 

Link to comment
Share on other sites



×
×
  • Create New...