Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Whois on join
#1
Its said from the topic whois on join its just will enable/disable an auto whois on join for specify channels like the way you want it.

How to load the addon on your mIRC script

1- Go on Tools on the MenuBar - Script Editor - Remote - File - New then copy the code down and paste it there then press Ok.

2- Download the Whois In Join.mrc down, Put it on the mirc folder and go on Tools on the MenuBar - Script Editor --- > Remote - File  - Load and then choose the place of the Whois In Join.mrc and then press Open then Ok.

Code
Code:
on *:join:%wchannels: { whois $nick $nick }

menu Channel {
  Whois On Join
  .Enabled {
    set %wchannels $addtok(%wchannels,#,44)
    echo 4 -at ••• Whois on join is 7Enabled 4(for # $+ )
  }
  .Disabled {
    set %wchannels $remtok(%wchannels,#,1,44)
    echo 4 -at ••• Whois on join is 7Disabled 4(for # $+ )
  }
}

Please Note:

If you are using pnplus/bambino you don't need that addon since your script already have that option just write click on the channel you want that option on it and go settings then whois on join then Enable





Attached Files
.mrc   Whois In Join.mrc (Size: 354 bytes / Downloads: 452)
You don't have to win every argument. Agree to disagree.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation Whois Addon SaNCaK 0 2,190 07-07-2017, 02:03 AM
Last Post: SaNCaK
  Whois Raws SaNCaK 0 2,779 12-08-2013, 07:33 PM
Last Post: SaNCaK
  Show Clones On Join Omar 0 3,213 27-10-2011, 05:30 PM
Last Post: Omar

Forum Jump:


Users browsing this thread: 1 Guest(s)