Aide - Recherche - Membres - Calendrier
Version complète : Banlist On Join
CCS Forums > International english forum > mIRC scripting
IRCx
CODE
menu nicklist {
  $iif($me isop $chan,» Banlist Controle $$1 )
  .$iif($me isop $chan,» Add $$1 to BanList ):/auser banList $$1 | /access $chan add deny $address($$1,2) | /kick $chan $$1 You are listed as nolonger welcome
  .-
  .$iif($me isop $chan,» Remove $$1 from BanList ):/ruser banlist $$1 | msg $chan $nick you are removed from the list
  -
}

#banlist off
on banlist:join:*: { access $chan add deny $address($$1,2) | kick $chan $nick }
#banlist end
menu channel {
  -
  Banlist
  .$iif($group(#banlist) == on,$style(3)) $+ » ON : { enable #banlist }
  .$iif($group(#banlist) == off,$style(3)) $+ » OFF : { disable #banlist }
}
Orus
CITATION(IRCx @ 14/06/2007, 23:43) *
CODE
menu nicklist {
  $iif($me isop $chan,» Banlist Controle $$1 )
  .$iif($me isop $chan,» Add $$1 to BanList ):/auser banList $$1 | /access $chan add deny $address($$1,2) | /kick $chan $$1 You are listed as nolonger welcome
  .-
  .$iif($me isop $chan,» Remove $$1 from BanList ):/rauser banlist $$1 | msg $chan $nick you are removed from the list
  -
}

#banlist off
on banlist:join:*: { access $chan add deny $address($$1,2) | kick $chan $nick }
#banlist end
menu channel {
  -
  Banlist
  .$iif($group(#banlist) == on,$style(3)) $+ ON : { enable #banlist }
  .$iif($group(#banlist) == off,$style(3)) $+ OFF : { disable #banlist }
}


rauser? tongue.gif
IRCx
edited tongue.gif
Ceci une version "bas débit" de notre forum. Pour voir la version complète avec plus d'information, la mise en page et les images, veuillez cliquez ici.
Invision Power Board © 2001-2012 Invision Power Services, Inc.