Jump to content

Welcome to Pure Warfare - The #1 Community for Pures

Welcome to Pure Warfare - The #1 Community for Pures, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of Pure Warfare - The #1 Community for Pures by signing in or creating an account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get email updates
  • Get your own profile page and make new friends
  • Send personal messages to other members.

Phillip

Member
  • Posts

    631
  • Joined

  • Last visited

About Phillip

  • Birthday 03/25/1993

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Gender
    Male
  • Location
    USA

Previous Fields

  • IRC Nick
    Phillip

Phillip's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hope you know that you're setting such a good example as a moderator.
  2. Yup, let you guys know you won.
  3. Sick of all the flaming. You win, guys. I'll hang in IRC and in my channel #Phillip though.
  4. Didn't think flame baiting was allowed.
  5. So who got banned from SwiftIRC after spamming PW's channel?
  6. First he sounds high, then he cums, then he cries.
  7. Dragonforce is an alright band. Not that good live though.
  8. Replace what's in the "Popups" tab with this code. Most of the commands work for if you have more than one person selected in the userlist window (on the right side in mIRC). They obviously work for only one user, too. Enjoy. Info:uwho $1Whois:whois $$1Query:query $$1-Control.Owner:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(+,$str(q,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(+,$str(q,$numtok(%z,32))) %z }.Deowner:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(-,$str(q,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(-,$str(q,$numtok(%z,32))) %z }.Protect:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(+,$str(a,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(+,$str(a,$numtok(%z,32))) %z }.Deprotect:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(-,$str(a,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(-,$str(a,$numtok(%z,32))) %z }.Op:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(+,$str(o,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(+,$str(o,$numtok(%z,32))) %z }.Deop:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(-,$str(o,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(-,$str(o,$numtok(%z,32))) %z }.Halfop:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(+,$str(h,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(+,$str(h,$numtok(%z,32))) %z }.Dehalfop:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(-,$str(h,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(-,$str(h,$numtok(%z,32))) %z }.Voice:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(+,$str(v,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(+,$str(v,$numtok(%z,32))) %z }.Devoice:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $snick($chan,%x) | if ($numtok(%z,32) == $modespl) { mode # $+(-,$str(v,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(-,$str(v,$numtok(%z,32))) %z }.Kick:kick # $$1.Kick (why):kick # $$1 $$?="Reason:".Ban:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $address($snick($chan,%x),2) | if ($numtok(%z,32) == $modespl) { mode # $+(+,$str(b,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(+,$str(b,$numtok(%z,32))) %z }.Unban:var %x 1, %z | while (%x <= $snick($chan,0)) { var %z = %z $address($snick($chan,%x),2) | if ($numtok(%z,32) == $modespl) { mode # $+(-,$str(b,$modespl)) %z | var %z } | inc %x } | if (%z != $null) { mode # $+(-,$str(b,$numtok(%z,32))) %z }.Kickban:ban -k $snick(#,1).Kickban (why):ban $snick(#,1) | /kick # $$1 $$?="Reason:".Invite:var %z $$?="Channel:" | var %x $snick(#,0) | while (%x >= 1) { invite $snick(#,%x) %z | dec %x }.Notice:var %z $$?="Text:" | var %x $snick(#,0) | while (%x >= 1) { notice $snick(#,%x) %z | dec %x }.Message:var %z $$?="Text:" | var %x $snick(#,0) | while (%x >= 1) { msg $snick(#,%x) %z | dec %x }CTCP.Ping:ctcp $$1 ping.Time:ctcp $$1 time.Version:/ctcp $$1 versionDCC.Send:dcc send $$1.Chat:dcc chat $$1-Slap:me slaps $$1 around a bit with a large troutHug:me huggles $$1Kiss:me kisses $$1Lick:me licks $$1Poke:me pokes $$1
  9. Phillip

    sup dogs

    hey pure what's your psn
  10. Phillip

    My new user bar

    Text is too fast. Took me three flashes to read it. EDIT: I noticed the glare is a little too big. The text is big, too. You should use the standard userbar text. I forgot what it was called (haven't done PS in a while) but I'm sure some tuts will say it. Other than that, it's pretty nice.
×
  • Create New...