Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
1,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.37 KB | None | 0 0
  1. on *:join:#DPF:{
  2.   if ($address == XBX@d54C2CDD9.access.telenet.be) { halt }
  3.   if ($address == XBX@XBX.users.omerta) { halt }
  4.   if ($nick == XBX) { halt }
  5.   if ($address == chatzilla@xvilo.users.omerta) { halt }
  6.   if ($nick == xvilo) { halt }
  7.   if ($address == Buzzer@Buzzer.users.omerta) { halt }
  8.   if ($nick == Buzzer) { halt }
  9.   if ($nick == underscorex3) { halt }
  10.   if ($address == Mibbit@Rofla.users.omerta) { halt }
  11.   if ($nick == Jam) { halt }
  12.   if ($address == chatzilla@NibuleZ.users.omerta) { halt }
  13.   if ($nick == Nibulez) { halt }
  14.   if ($nick == Thumb) { halt }
  15.   if ($nick == Robin) { halt }
  16.   if ($nick == beko) { halt }
  17.   else {
  18.     inc %chancount. [ $+ [ $nick ] ]
  19.     notice $nick Hallo $nick $+ , Typ !hoevaak om te zien hoevaak ik je al heb zien joinen! Wil je dit bericht niet meer ontvangen? Typ !STOP
  20.   }
  21. }
  22.  
  23. on *:join:#KickMyAss:{
  24.   if ($nick == $me) { halt }
  25.   else {
  26.     kick $chan $nick 3,121░▒▓  3,120Your ASS is clean now.  31░▒▓
  27.   }
  28. }
  29.  
  30. ON *:KICK:#DPF:timer 1 22 /join #DPF
  31. ON *:KICK:#crazycraft:/join #crazycraft
  32. ON *:KICK:#:/join #DPF
  33.  
  34. on 1:text:*!STOP:*:/query XBX $nick wil geen berichten meer
  35. on 1:text:*!inf0:*:/notice $nick Nick: $nick -¯- Adres: $address
  36.  
  37.  
  38.  
  39. inc %chancount. [ $+ [ $nick ] ]
  40. on 1:text:*!hoevaak:*:/notice $nick $nick $+ , ik heb je al %chancount. [ $+ [ $nick ] ] keer zien joinen! }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement