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.

Improved Right-Click Options


Recommended Posts

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

Quit the forums; my channel: #Phillip

SpriteSig2.png

Link to comment
Share on other sites

  • 5 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...