mIRC Home    About    Download    Register    News    Help

Print Thread
#113587 06/03/05 02:42 PM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
on 1:join:#: { set %fkey.join $nick }
alias F8 {
.ban $nick 2 %fkey.join 4d 4Lamer ConTrolz
}

This is That Code ! Can you fix it ! on F8 on join user will Get ban And On F9 On Join Will be OFF ! Please help me ! Thanks you !

#113588 06/03/05 02:56 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
[color:#840017]#onJOIN on[/color]

on @1:join:#: { 
  set %fkey.join.chan $chan
  set %fkey.join.nick $nick
} 
 
alias F8 { 
  .ban %fkey.join.chan %fkey.join.nick 4 4Lamer ConTrolz
}
 
[color:#840017]#onJOIN end[/color]

alias F9 {
  $iif($group(#onJOIN) == on, disable, enable) #onJOIN
}

Last edited by Hammer; 06/03/05 03:28 PM.
#113589 07/03/05 01:10 AM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
hm.. that wyz u gived me i didnt want ti like that, i mean let say people are loading more then 5 clones on my Channel ! i just press F8 and w/e will join they all will get ban ! when that flood stop I will Press F9 and Ban will be stop ! Hope you got what i meant smile

Last edited by asib; 07/03/05 01:25 AM.
#113590 07/03/05 02:52 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
#onJOIN off
on @1:join:#: { .ban $chan $nick 4 4Lamer ConTrolz }
#onJOIN end
alias F8 { enable #onJOIN }
alias F9 { disable #onJOIN }

maybe make the :#: your channel in question smile

#113591 07/03/05 03:19 AM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
DaveC Thank you !

&

SladeKraven thank you !

For helping me out !

Last edited by asib; 07/03/05 03:19 AM.
#113592 07/03/05 03:28 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You're welcome, Hammer helped too. :tongue:

I didn't read all of your post I just saw the FKEYs part and sorted, I somehow missed the option for enable/disable, it's been one of those days. wink

#113593 07/03/05 11:41 AM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
its Ok Thanks ! nwyzz smile Thank you Hammer smile

Last edited by asib; 07/03/05 11:49 AM.

Link Copied to Clipboard