Cop's +Spy

By Xain on Jun 11, 2011

This is just a simple Query script. Hope you will like it.

(16:11:14) Xain: +Spy ShaYmiN Hello..
(16:11:30) Cop: « ShaYmiN » hai <- Reply from query

on *:load:{
 echo -a 14You Have loaded the +Spy script by Xain
 set %stamp 11«ø»14
}

on *:TEXT:+spy *:#: {
  if (%access. [ $+ [ $address($nick,2) ] ] == on) {
    set %trollchan $chan
    set %trollguy $2
    msg $2 $3-
  } { halt }
  msg $chan %estamp You don't have the permission to use +spy
}

on 1000:TEXT:+aspy *:#: {
  set %access. [ $+ [ $address($2,2) ] ] on
  msg $chan %stamp $+ $2 $+ %stamp has the permission to use +spy
}

on 1000:TEXT:+dspy *:#: {
  set %access. [ $+ [ $address($2,2) ] ] off
  msg $chan %stamp $+ $2 $+ %stamp does not have the  permission to use +spy anymore
}

on *:TEXT:+me *:#: {
  if (%access. [ $+ [ $address($nick,2) ] ] == on) {
    set %trollchan $chan
    set %trollguy $2
    describe $2 $3-
  } { halt }
  msg $chan %estamp You don't have the permission to use +spy
}

on ^*:Text:*:?: {
  if ($nick == %trollguy) { msg %trollchan 11« 14 $+ $nick  11»  $1- } { halt }
}

Comments

Sign in to comment.
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.