mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2013
Posts: 1
E
Ehaan Offline OP
Mostly harmless
OP Offline
Mostly harmless
E
Joined: Nov 2013
Posts: 1
how to add exemption in this code?
Code:
raw 311:*: { if ($hget(whois.,$2)) { 
    var %br = nick1|nick2|nick3
    if $regex($6-,/( $+ %br $+ )\b/i) {
      var %x = $comchan($2,0) | while %x {
        if $me isop $comchan($2,%x) {
          kick $v2 $2  Out!!! | mode $comchan($2,%x) +b $address($2,2)


Joined: Oct 2012
Posts: 164
D
Vogon poet
Offline
Vogon poet
D
Joined: Oct 2012
Posts: 164
You need to provide more details, and explain what you mean by 'exemption'

An exemption to what, and for what reason(s), etc.


Link Copied to Clipboard