Guest User

Untitled

a guest
Jul 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 27.84 KB | None | 0 0
  1. on *:dialog:dlxrec:sclick:11:{
  2.   dialog -x dlxrec dlxrec
  3. }
  4. dialog dlxrec {
  5.   title "BotProtection"
  6.   size -1 -1 164 64
  7.   option dbu
  8.   icon Grafik\logo.ico, 0
  9.   box "", 20, 1 1 162 48
  10.   edit "", 1, 90 10 70 12
  11.   edit "", 2, 90 30 70 12
  12.   text "Passwort des Bots", 5, 10 30 75 8, center
  13.   button "Speichern", 7, 125 52 37 9, ok
  14.   text "         Nick-Name des Bots", 3, 10 10 75 8
  15. }
  16. on *:dialog:dlxrec:sclick:7:{
  17.   if ($did($dname,1).text) { writeini -n nickident.ini dlxrecpw Nick-Name $did(1).text }
  18.   if ($did($dname,2).text) { writeini -n nickident.ini dlxrecpw Passwort $did(2).text }
  19.   if ($did($dname,1).text || $did($dname,2).text
  20. }
  21. ###################################
  22. menu Nicklist {
  23.   -
  24.   DLXREC Befehle
  25.   . $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,[BotProtection])
  26.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $nullprotect): { msg # °protect $$1 }
  27.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,°deprotect): { msg # °deprotect $$1 }
  28.   ..-
  29.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,°op): { msg # °op $$1 }
  30.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,°deop): { msg # °deop $$1 }
  31.   ..-
  32.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,°halfop): { msg # °halfop $$1 }
  33.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,°dehalfop): { msg # °dehalfop $$1 }
  34.   ..-
  35.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,°voice): { msg # °voice $$1 }
  36.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,°devoive): { msg # °devoive $$1 }
  37.  
  38.   ..-
  39.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,Kick - Ban)
  40.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $nullkick): { msg # °kick $$1 }
  41.   ...-
  42.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $nullban): { msg # °ban $$1 }
  43.   .-
  44.   .!Chanserices
  45.   ..!Dachboden
  46.   ...!Tritt:/msg # !Tritt $$1
  47.   ...!Geduld:/msg # !Geduld $$1
  48.   ...!Spielekiste:/msg # !Spielekiste $$1
  49.   ...!Chefsessel:/msg # !Chefsessel $$1
  50.   ...!Schaukelstuhl:/msg # !Schaukelstuhl $$1
  51.   ...!Schlafcouch:/msg # !Schlafcouch $$1
  52.   ...!Gummipuppe:/msg # !Gummipuppe $$1
  53.   ...!Bett:/msg # !Bett $$1
  54.   ..!Kühlschrank
  55.   ...!Milch:/msg # !Milch $$1
  56.   ...!Kakao:/msg # !Kakao $$1
  57.   ...!Ovomaltine:/msg # !Ovo $$1
  58.   ...!Joghurt:/msg # !Joghurt $$1
  59.   ...!Schokopudding:/msg # !Schokopudding $$1
  60.   ...!Vanillepudding:/msg # !Vanillepudding $$1
  61.   ...!Käse:/msg # !Käse $$1
  62.   ...!Wurst:/msg # !Wurst $$1
  63.   ...!Salat:/msg # !Salat $$1
  64.   ...!Ketchup:/msg # !Ketchup $$1
  65.   ...!Mayonnaise:/msg # !Mayonnaise $$1
  66.   ...!Eier:/msg # !Eier $$1
  67.   ...!Butter:/msg # !Butter $$1
  68.   ...!Margarine:/msg # !Margarine $$1
  69.   ...!Preiselbeeren:/msg # !Preiselbeeren $$1
  70.   ...!Marmelade:/msg # !Marmelade $$1
  71.   ...!Honig:/msg # !Honig $$1
  72.   ...!Nutella:/msg # !Nutella $$1
  73.   ..!Eisschrank
  74.   ...!Tequila:/msg # !Tequila $$1
  75.   ...!Eiswürfel:/msg # !Eiswürfel $$1
  76.   ...!Vanilleeis:/msg # !Vanilleeis $$1
  77.   ...!Erdbeereis:/msg # !Erdbeereis $$1
  78.   ...!Himbeereis:/msg # !Himbeereis $$1
  79.   ..!Brotkasten
  80.   ...!Weissbrot:/msg #  !Weissbrot $$1
  81.   ...!Mischbrot:/msg # !Mischbrot $$1
  82.   ...!Vollkornbrot:/msg # !Vollkornbrot $$1
  83.   ...!Knäckebrot:/msg # !Knäckebrot $$1
  84.   ...!Zwiebelbrot:/msg # !Zwiebelbrot $$1
  85.   ...!Pizzabrot:/msg # !Pizzabrot $$1
  86.   ...!Bretzeln:/msg # !Bretzeln $$1
  87.   ...!Bagätte:/msg # !Bagätte $$1
  88.   ...!Brötchen:/msg # !Brötchen $$1
  89.   ..!Ofen
  90.   ...!Pommes:/msg # !Pommes $$1
  91.   ...!Camenbert:/msg # !Camenbert $$1
  92.   ...!Pizza:/msg # !Pizza $$1
  93.   ...!Knobibrot:/msg # !Knobibrot $$1
  94.   ..!Bar
  95.   ...!Relax-Tab:/msg # !Relax-Tab $$1
  96.   ...!Cola:/msg # !Cola $$1
  97.   ...!Fanta:/msg # !Fanta $$1
  98.   ...!Wasser:/msg # !Wasser $$1
  99.   ...!Redbull:/msg # !Redbull $$1
  100.   ...!Orangensaft:/msg # !Orangensaft $$1
  101.   ...!Vitaminsaft:/msg # !Vitaminsaft $$1
  102.   ...!Eiskaffee:/msg # !Eiskaffee $$1
  103.   ...!Bier:/msg # !Bier $$1
  104.   ...!Rothaus:/msg # !Rothaus $$1
  105.   ...!Becks:/msg # !Becks $$1
  106.   ...!Hefeweizen:/msg # !Hefeweizen $$1
  107.   ...!Wodka:/msg # !Wodka $$1
  108.   ...!Korn:/msg # !Korn $$1
  109.   ...!Whiskey:/msg # !Whiskey $$1
  110.   ...!Rum:/msg # !Rum $$1
  111.   ...!Bacardi:/msg # !Bacardi $$1
  112.   ...!Rotwein:/msg # !Rotwein $$1
  113.   ...!Weisswein:/msg # !Weisswein $$1
  114.   ...!Port:/msg # !Port $$1
  115.   ...!Weinbrand:/msg # !Weinbrand $$1
  116.   ...!Pina-Colada:/msg # !Pina-Colada $$1
  117.   ...!Pernod:/msg # !Pernod $$1
  118.   ...!Jägermeister:/msg # !Jägermeister $$1
  119.   ...!Küstennebel:/msg # !Küstennebel $$1
  120.   ...!Charly:/msg # !Charly $$1
  121.   ...!Kleiner_Feigling:/msg # !Kleiner_Feigling $$1
  122.   ..!Tresor
  123.   ...!Geheimnis:/msg # !Geheimnis $$1
  124.   ...!Brilliante_Ideen:/msg # !Brilliante_Ideen $$1
  125.   ...!Aktien:/msg # !Aktien $$1
  126.   ...!Gold:/msg # !Gold $$1
  127.   ...!Geldscheine:/msg # !Geldscheine $$1
  128.   ..!Schrank
  129.   ...!Schweissband:/msg # !Schweissband $$1
  130.   ...!Bodyguard:/msg # !Bodyguard $$1
  131.   ...!Handtuch:/msg # !Handtuch $$1
  132.   ...!Messer:/msg # !Messer $$1
  133.   ...!Löffel:/msg # !Löffel $$1
  134.   ...!Teller:/msg # !Teller $$1
  135.   ...!Tassen:/msg # !Tassen $$1
  136.   ...!Becher:/msg # !Becher $$1
  137.   ...!GLäser:/msg # !Gläser $$1
  138.   ...!Schüsseln:/msg # !Schüsseln $$1
  139.   ...!Aschenbecher:/msg # !Aschenbecher $$1
  140.   ...!Räucherstäbchen:/msg # !Räucherstäbchen $$1
  141.   ...!Wunderkerzen:/msg # !Wunderkerzen $$1
  142.   ...!Esspapier:/msg # !Esspapier $$1
  143.   ...!Chips:/msg # !Chips $$1
  144.   ...!Salzstangen:/msg # !Salzstangen $$1
  145.   ...!Schokolade:/msg # !Schokolade $$1
  146.   ...!Marzipan:/msg # !Marzipan $$1
  147.   ...!Katjes:/msg # !Katjes $$1
  148.   ...!Gummibärchen:/msg # !Gummibärchen $$1
  149.   ...!Pistazien:/msg # !Pistazien $$1
  150.   ..!Schublade
  151.   ...!Aspirin:/msg # !Aspirin $$1
  152.   ...!Pflaster:/msg # !Pflaster $$1
  153.   ...!Tetris-Spiel:/msg # !Tetris-Spiel $$1
  154.   ..!Warme-Küche
  155.   ...!Gulasch:/msg # !Gulasch $$1
  156.   ...!Chilli-concarne:/msg # !Chilli-concarne $$1
  157.   ...!Spagetti:/msg # !Spagetti $$1
  158.   ...!Eisbein:/msg # !Eisbein $$1
  159.   ...!Schnitzel:/msg # !Schnitzel $$1
  160.   ...!Pasta:/msg # !Pasta $$1
  161.   ...!Döner:/msg # !Döner $$1
  162.   ..-
  163.   ..!Gästebuch:/msg # 10 $- $$1 trage dich doch mal ins 11!Gästebuch 10 ein.. *gg*
  164.   .-
  165.   .!BelloFun
  166.   ..!Hallo:/msg # !Hallo $$1
  167.   ..!Schleck:/msg # !Schleck $$1
  168.   ...-
  169.   ..!Anleinen:/msg # !Anleinen $$1
  170.   ..!Woist:/msg # !Woist $$1
  171.   ..!Schild:/msg # !Schild $$1
  172.   ..!Pfötchen:/msg # !Pfötchen $$1
  173.   ...-
  174.   ..!Herrchen +o:/msg # !Herrchen $$1
  175.   ..!Nichtherrchen -o:/msg # !Nichtherrchen $$1
  176.   ..-
  177.   ..!Geburtstag:/msg # !Geburtstag $$1
  178.   ..!Eunuch:/msg # !Eunuch $$1
  179.   ..-
  180.   ..Zum Kicken
  181.   ...!Aufpassen:/msg # !Aufpassen $$1
  182.   ...!Fass:/msg # !Fass $$1
  183.   ...!Toete:/msg # !Toete $$1
  184.   .!ExtraFun
  185.   ..!Slap ***:/msg # !Slap $$1
  186.   ..-
  187.   ..!Hart:/msg # !Hart $$1
  188.   ..!Weich:/msg # !Weich $$1
  189.   ..-
  190.   ..!Fusion:/msg # !Fusion $$1 $$?=" $$1 soll mit wemm fusoniert werden ???"
  191.   ..!Paare:/msg # !Paar $$1 $$?=" $$1 soll verschmeltz werden mit welchen user ???"
  192.   .-
  193.   .!Game
  194.   ..!Fight:/msg # !Fight $$1
  195.   ..!Roulette:/msg # !Roulette $$1
  196.   ..-
  197.   ..!SchereSteinPapier
  198.   ...!SchereSteinPapier:/msg # !ssp $$1
  199.   ...-
  200.   .../notice $$1 Schere:/notice $$1 Schere
  201.   .../notice $$1 Stein:/notice $$1 Stein
  202.   .../notice $$1 Papier:/notice $$1 Papier
  203. }
  204.  
  205. menu channel,menubar {
  206.   DLXREC Befehle
  207.   .[BotProtection]
  208.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) == $null,**Einstellung): { dialog -m dlxrec dlxrec }
  209.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,[> Anmelden <]): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) $readini(nickident.ini, dlxrecpw, Passwort) }
  210.   ..-
  211.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,MGS #): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °say #  $$?="Welcher Text" }
  212.   ..-
  213.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,*Join Channel): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) assign $$?="Welcher channel" }
  214.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,*Part Channel): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) unassign $$?="Welcher channel" }
  215.   ..-
  216.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,ReConnecting): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °recon }
  217.   ..-
  218.   .. $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,Farbeinstellungen)
  219.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,Textfarben)
  220.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,0 - Weiss): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 00 }
  221.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,1 - Schwartz): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 01 }
  222.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,2 - Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 02 }
  223.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,3 - Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 03 }
  224.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,4 - Rot): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 04 }
  225.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,5 - Braun): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 05 }
  226.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,6 - Lila): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 06 }
  227.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,7 - Orange): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 07 }
  228.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,8 - Gelb): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 08 }
  229.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,9 - Hell Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 09 }
  230.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,10 - Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 10 }
  231.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,11 - Hell Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 11 }
  232.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,12 - Royal Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 12 }
  233.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,13 - Pink): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 13 }
  234.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,14 - Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 14 }
  235.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,15 - Hell Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °textf 15 }  
  236.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,Userfarben)
  237.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,0 - Weiss): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 00 }
  238.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,1 - Schwartz): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 01 }
  239.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,2 - Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 02 }
  240.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,3 - Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 03 }
  241.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,4 - Rot): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 04 }
  242.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,5 - Braun): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 05 }
  243.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,6 - Lila): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 06 }
  244.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,7 - Orange): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 07 }
  245.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,8 - Gelb): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 08 }
  246.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,9 - Hell Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 09 }
  247.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,10 - Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 10 }
  248.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,11 - Hell Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf  11 }
  249.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,12 - Royal Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 12 }
  250.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,13 - Pink): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 13 }
  251.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,14 - Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 14 }
  252.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,15 - Hell Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °userf 15 }  
  253.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,Befehlfarben)
  254.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,0 - Weiss): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 00 }
  255.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,1 - Schwartz): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 01 }
  256.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,2 - Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 02 }
  257.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,3 - Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 03 }
  258.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,4 - Rot): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 04 }
  259.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,5 - Braun): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 05 }
  260.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,6 - Lila): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 06 }
  261.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,7 - Orange): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 07 }
  262.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,8 - Gelb): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 08 }
  263.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,9 - Hell Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 09 }
  264.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,10 - Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 10 }
  265.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,11 - Hell Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 11 }
  266.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,12 - Royal Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 12 }
  267.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,13 - Pink): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 13 }
  268.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,14 - Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 14 }
  269.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,15 - Hell Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °befehlf 15 }  
  270.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,Zahlenfarben)
  271.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,0 - Weiss): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 00 }
  272.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,1 - Schwartz): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 01 }
  273.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,2 - Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 02 }
  274.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,3 - Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 03 }
  275.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,4 - Rot): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 04 }
  276.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,5 - Braun): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 05 }
  277.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,6 - Lila): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 06 }
  278.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,7 - Orange): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 07 }
  279.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,8 - Gelb): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 08 }
  280.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,9 - Hell Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 09 }
  281.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,10 - Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 10 }
  282.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,11 - Hell Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 11 }
  283.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,12 - Royal Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 12 }
  284.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,13 - Pink): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 13 }
  285.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,14 - Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 14 }
  286.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,15 - Hell Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °zahlf 15 }
  287.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,Actionfarben)
  288.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,0 - Weiss): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 00 }
  289.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,1 - Schwartz): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 01 }
  290.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,2 - Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 02 }
  291.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,3 - Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 03 }
  292.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,4 - Rot): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 04 }
  293.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,5 - Braun): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 05 }
  294.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,6 - Lila): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 06 }
  295.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,7 - Orange): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 07 }
  296.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,8 - Gelb): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 08 }
  297.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,9 - Hell Gruen): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 09 }
  298.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,10 - Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 10 }
  299.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,11 - Hell Cyan): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 11 }
  300.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,12 - Royal Blau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 12 }
  301.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,13 - Pink): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 13 }
  302.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,14 - Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 14 }
  303.   .... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,15 - Hell Grau): { msg $readini(nickident.ini, dlxrecpw, Nick-Name) °acktf 15 }
  304.   .. !Idlepost Add:/msg # !addidle $$?="Welcher Text ???"
  305.   .-
  306.   .!Chanserices
  307.   ..!Dachboden
  308.   ...!Tritt:/msg # !Tritt
  309.   ...!Geduld:/msg # !Geduld
  310.   ...!Spielekiste:/msg # !Spielekiste
  311.   ...!Chefsessel:/msg # !Chefsessel
  312.   ...!Schaukelstuhl:/msg # !Schaukelstuhl
  313.   ...!Schlafcouch:/msg # !Schlafcouch
  314.   ...!Gummipuppe:/msg # !Gummipuppe
  315.   ...!Bett:/msg # !Bett
  316.   ..!Kühlschrank
  317.   ...!Milch:/msg # !Milch
  318.   ...!Kakao:/msg # !Kakao
  319.   ...!Ovomaltine:/msg # !Ovo
  320.   ...!Joghurt:/msg # !Joghurt
  321.   ...!Schokopudding:/msg # !Schokopudding
  322.   ...!Vanillepudding:/msg # !Vanillepudding
  323.   ...!Käse:/msg # !Käse
  324.   ...!Wurst:/msg # !Wurst
  325.   ...!Salat:/msg # !Salat
  326.   ...!Ketchup:/msg # !Ketchup
  327.   ...!Mayonnaise:/msg # !Mayonnaise
  328.   ...!Eier:/msg # !Eier
  329.   ...!Butter:/msg # !Butter
  330.   ...!Margarine:/msg # !Margarine
  331.   ...!Preiselbeeren:/msg # !Preiselbeeren
  332.   ...!Marmelade:/msg # !Marmelade
  333.   ...!Honig:/msg # !Honig
  334.   ...!Nutella:/msg # !Nutella
  335.   ..!Eisschrank
  336.   ...!Tequila:/msg # !Tequila
  337.   ...!Eiswürfel:/msg # !Eiswürfel
  338.   ...!Vanilleeis:/msg # !Vanilleeis
  339.   ...!Erdbeereis:/msg # !Erdbeereis
  340.   ...!Himbeereis:/msg # !Himbeereis
  341.   ..!Brotkasten
  342.   ...!Weissbrot:/msg #  !Weissbrot
  343.   ...!Mischbrot:/msg # !Mischbrot
  344.   ...!Vollkornbrot:/msg # !Vollkornbrot
  345.   ...!Knäckebrot:/msg # !Knäckebrot
  346.   ...!Zwiebelbrot:/msg # !Zwiebelbrot
  347.   ...!Pizzabrot:/msg # !Pizzabrot
  348.   ...!Bretzeln:/msg # !Bretzeln
  349.   ...!Bagätte:/msg # !Bagätte
  350.   ...!Brötchen:/msg # !Brötchen
  351.   ..!Ofen
  352.   ...!Pommes:/msg # !Pommes
  353.   ...!Camenbert:/msg # !Camenbert
  354.   ...!Pizza:/msg # !Pizza
  355.   ...!Knobibrot:/msg # !Knobibrot
  356.   ..!Bar
  357.   ...!Relax-Tab:/msg # !Relax-Tab
  358.   ...!Cola:/msg # !Cola
  359.   ...!Fanta:/msg # !Fanta
  360.   ...!Wasser:/msg # !Wasser
  361.   ...!Redbull:/msg # !Redbull
  362.   ...!Orangensaft:/msg # !Orangensaft
  363.   ...!Vitaminsaft:/msg # !Vitaminsaft
  364.   ...!Eiskaffee:/msg # !Eiskaffee
  365.   ...!Bier:/msg # !Bier
  366.   ...!Rothaus:/msg # !Rothaus
  367.   ...!Becks:/msg # !Becks
  368.   ...!Hefeweizen:/msg # !Hefeweizen
  369.   ...!Wodka:/msg # !Wodka
  370.   ...!Korn:/msg # !Korn
  371.   ...!Whiskey:/msg # !Whiskey
  372.   ...!Rum:/msg # !Rum
  373.   ...!Bacardi:/msg # !Bacardi
  374.   ...!Rotwein:/msg # !Rotwein
  375.   ...!Weisswein:/msg # !Weisswein
  376.   ...!Port:/msg # !Port $$1
  377.   ...!Weinbrand:/msg # !Weinbrand
  378.   ...!Pina-Colada:/msg # !Pina-Colada
  379.   ...!Pernod:/msg # !Pernod
  380.   ...!Jägermeister:/msg # !Jägermeister
  381.   ...!Küstennebel:/msg # !Küstennebel
  382.   ...!Charly:/msg # !Charly
  383.   ...!Kleiner_Feigling:/msg # !Kleiner_Feigling
  384.   ..!Tresor
  385.   ...!Geheimnis:/msg # !Geheimnis
  386.   ...!Brilliante_Ideen:/msg # !Brilliante_Ideen
  387.   ...!Aktien:/msg # !Aktien
  388.   ...!Gold:/msg # !Gold
  389.   ...!Geldscheine:/msg # !Geldscheine
  390.   ..!Schrank
  391.   ...!Schweissband:/msg # !Schweissband
  392.   ...!Bodyguard:/msg # !Bodyguard
  393.   ...!Handtuch:/msg # !Handtuch
  394.   ...!Messer:/msg # !Messer
  395.   ...!Löffel:/msg # !Löffel
  396.   ...!Teller:/msg # !Teller
  397.   ...!Tassen:/msg # !Tassen
  398.   ...!Becher:/msg # !Becher
  399.   ...!GLäser:/msg # !Gläser
  400.   ...!Schüsseln:/msg # !Schüsseln
  401.   ...!Aschenbecher:/msg # !Aschenbecher
  402.   ...!Räucherstäbchen:/msg # !Räucherstäbchen
  403.   ...!Wunderkerzen:/msg # !Wunderkerzen
  404.   ...!Esspapier:/msg # !Esspapier
  405.   ...!Chips:/msg # !Chips
  406.   ...!Salzstangen:/msg # !Salzstangen
  407.   ...!Schokolade:/msg # !Schokolade
  408.   ...!Marzipan:/msg # !Marzipan
  409.   ...!Katjes:/msg # !Katjes
  410.   ...!Gummibärchen:/msg # !Gummibärchen
  411.   ...!Pistazien:/msg # !Pistazien
  412.   ..!Schublade
  413.   ...!Aspirin:/msg # !Aspirin
  414.   ...!Pflaster:/msg # !Pflaster
  415.   ...!Tetris-Spiel:/msg # !Tetris-Spiel
  416.   ..!Warme-Küche
  417.   ...!Gulasch:/msg # !Gulasch
  418.   ...!Chilli-concarne:/msg # !Chilli-concarne
  419.   ...!Spagetti:/msg # !Spagetti
  420.   ...!Eisbein:/msg # !Eisbein
  421.   ...!Schnitzel:/msg # !Schnitzel
  422.   ...!Pasta:/msg # !Pasta
  423.   ...!Döner:/msg # !Döner
  424.   ..-
  425.   ..!Gästebuch:/msg # !Gästebuch
  426.   .!Informationen
  427.   ..!Topten
  428.   ...!Top10:/msg # !Top10
  429.   ...!Letters:/msg # !Top10 Letters
  430.   ...!Smilies:/msg # !Top10 Smilies
  431.   ...-
  432.   ...!Stats:/msg # !stat
  433.   ...!Place:/msg # !Place
  434.   ..-
  435.   ..!Time:/msg # !Time
  436.   ..!Rules:/msg # !Rules
  437.   ..!Google:/msg # !Google $$?="Welches suchwort ???"
  438.   ..!Lottotipp:/msg # !Lottotipp
  439.   ..!Statussymbole:/msg # !Statussymbole
  440.   ..!mIRC_Kostenlos:/msg # !mIRC_Kostenlos
  441.   .-
  442.   .!BelloFun
  443.   ..!Gassi:/msg # !gassi
  444.   ..!Streicheln:/msg # !Streicheln
  445.   ..!Stöckchen:/msg # !Stöckchen
  446.   ..!Pfötchen:/msg # !Pfötchen
  447.   ..!Leckerli:/msg # !Leckerli
  448.   ..!Kraul:/msg # !Kraul
  449.   ..!Schmus:/msg # !Schmus
  450.   ..!Herrchen:/msg # !Herrchen
  451.   ..!Zeitung:/msg # !Zeitung
  452.   ..!Sitz:/msg # !Sitz
  453.   ..!Giblaut:/msg # !Giblaut
  454.   ..!Fuss:/msg # !Fuss
  455.   ..!Platz:/msg # !Platz
  456.   ..!Achtung:/msg # !Achtung
  457.   ..-Knuff-:/msg # Knuff Bello !!!
  458.   ..-pfeif-:/msg # pfeif ...Bello :D
  459.   ..-
  460.   ..!Klingel:/msg # !Klingel
  461.   ..!Postbote:/msg # !Postbote
  462.   ..-
  463.   ..!Baden:/msg # !Baden
  464.   ..!Wanne:/msg # !Wanne
  465.   ..-
  466.   ..Extras
  467.   ...!Microsoft:/msg # !Microsoft
  468.   ...!Microschrott:/msg # !Microschrott
  469.   ...!Windows:/msg # !Windows
  470.   ...!Windoof:/msg # !Windoof
  471.   ...!Windoze:/msg # !Windoze
  472.   .!ExtraFun
  473.   ..!Slap ***:/msg # !Slap $$?="Welcher user ???"
  474.   ..-
  475.   ..!Hart:/msg # !Hart $$?="Welcher user ???"
  476.   ..!Weich:/msg # !Weich $$?="Welcher user ???"
  477.   ..-
  478.   ..!Fusion:/msg # !Fusion $$?="Wer ist user nr.1 ???" $$?="Wer ist user nr.2 ???"
  479.   ..!Paare:/msg # !Paar $$?="Wer ist user nr.1 ???" $$?="Wer ist user nr.2 ???"
  480.   ..-
  481.   ..!Witze:/msg # !Witze
  482.   .-
  483.   .!Game
  484.   ..!Bandit:/msg # !Bandit
  485.   ..!Roulette:/msg # !Roulette $$?="Welcher Nick ???"
  486.   ..!Zahlenraten:/msg # !Zahlenraten
  487.   ..-
  488.   ..!Fight
  489.   ...!Fight:/msg # !Fight $$?="Welcher Nick ???"
  490.   ...!Ja/Nein
  491.   ....!Ja:/msg # !ja
  492.   ....-
  493.   ....!Nein:/msg # !nein
  494.   ...-
  495.   ...?Waffen
  496.   ....!Zahnstocher:/msg # !Zahnstocher
  497.   ....!Feder:/msg # !Feder
  498.   ....!Heugabel:/msg # !Heugabel
  499.   ....!Schaf:/msg # !Schaf
  500.   ....!Furz:/msg # !Furz
  501.   ....!Baseballschläger:/msg # !Baseballschläger
  502.   ....!Kaffee:/msg # !Kaffee
  503.   ....!Bratpfanne:/msg # !Bratpfanne
  504.   ....!Teppich:/msg # !Teppich
  505.   ....!Tritt:/msg # !Tritt
  506.   ....!Schlag:/msg # !Schlag
  507.   ....!Wurf:/msg # !Wurf
  508.   ....!Staubsauger:/msg # !Staubsauger
  509.   ....!Molotow:/msg # !Molotow
  510.   ....!Teletubby:/msg # !Teletubby
  511.   ....!Suicid:/msg # !Suicid
  512.   ....!Punktetausch:/msg # !Punktetausch
  513.   ....!Erdbeben:/msg # !Erdbeben
  514.   ....!Psychokinese:/msg # !Psychokinese
  515.   ....!Therapie:/msg # !Therapie
  516.   ...!Selbsmord:/msg # !Suicid
  517.   ...-
  518.   ...!Fightstatus:/msg # !Fightstatus
  519.   ..-
  520.   ..!SchereSteinPapier
  521.   ...!SchereSteinPapier:/msg # !ssp $$?="Welcher Nick ???"  
  522.   ...-
  523.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,/notice $readini(nickident.ini, dlxrecpw, Nick-Name) Schere): { notice $readini(nickident.ini, dlxrecpw, Nick-Name) Schere }
  524.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,/notice $readini(nickident.ini, dlxrecpw, Nick-Name) Stein): { notice $readini(nickident.ini, dlxrecpw, Nick-Name) Stein }
  525.   ... $iif($readini($mircdirnickident.ini, dlxrecpw, Passwort) != $null,/notice $readini(nickident.ini, dlxrecpw, Nick-Name) Papier): { notice $readini(nickident.ini, dlxrecpw, Nick-Name) Papier }
  526.   -
  527. }
Add Comment
Please, Sign In to add comment