xredxthornsx commented on a Page, Channel Spy Bot  -  Sep 14, 2008
alias spy {
  if (%spychat == $null) {
    join $1
    join $2
    set %spychan $1
    set %spyreport $2
    enable #spybot
    echo SpyBot can only work in one channel at a time.
    mode $me +p
  }

so when it does activate it makes itself +p

alias unspy {
  echo No longer spying on %spychan
  mode $me -p
  unset %spychan
  unset %spyreport
  disable #spybot
}

maybe add a CTCP section so it replies to a certain ctcp if it is in remote mode

maybe something like

ctcp *:status:?:{
   ctcpreply $nick I am currently spying on %spychan and reporting to %spyreport
}

the above might be useless but i[m known tfor making useless stuff

 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.