Dungeons And Dragons-- All you need to Know And More
SpyBot for mIRC
Home | FamGuyRPG | Pictures! | SpyBot | Duel Requerster | History/Background | The Books | Tips and Troubleshooting | Related Links | See's Candy | Contact Me | A Weird And Stupid Game I Made Up

Enter subhead content here

;$PYB0T
;By David Smith
;Hope you like it!
on 1:JOIN:#: {
  if ($chan == %spyonchan) /msg %spytochan 3 $nick 1 just joined 11 %spyonchan
}
on 1:Part:#: {
  if ($chan == %spyonchan) /msg %spytochan 9 $nick 1 just parted 10 %spyonchan
}
on 1:kick:#: {
  if ($chan == %spyonchan) /msg %spytochan 9 $nick 1 just kicked 14$knick from 6 %spyonchan
}
on *:text:*:#: {
  if ($1 == !spyon) { /set -n %spyonchan $2 }
  if ($1 == !spyto) { /set -n %spytochan $2 }
  if ($chan == %spyonchan) {
    /msg %spytochan 12 $nick 1 on 4 %spyonchan :  5 $1-
    /write spy.txt $nick on %spyonchan : $1-
  }
  if ($1- == !spy turn on) { /join %spyonchan | /msg %spytochan Joined %spyonchan }
  if ($1- == !spy turn off) { /part %spyonchan | /msg %spytochan Parted %spyonchan }
  if ($1- == !abort) { msg %spytochan Parting all channels... | /partall }
  if ($1 == !spynick) { /nick $2 }
  if ($1 == !spysay) { /msg %spyonchan $2- }
  if ($1 == !spyhelp) { /msg %spytochan To pick a channel to spy on, type !spyon #<channel>.  4To pick a channel to send spied on info to, type !spyto #<channel>.  12To turn me on and have me join a channel, type !spy turn on.  7To have me leave the channel you are spying on, type !spy turn off.  2To have me leave everychannel, type !abort. 10To change my nick, type !spynick <New Nick>.  13 To say something spied on channel, type !spysay <Text to send>
  }
}

Enter supporting content here