Accueil > > > AUTO VOICE ET AUTO MESSAGE À LA CONNECTION
AUTO VOICE ET AUTO MESSAGE À LA CONNECTION
Information sur la source
Description
Ben comme d'habitude, Alt+R et mettez cet add-on dans vos remotes
Source
- dialog autovm {
- title "« Auto-Voice et Auto-Message »"
- size -1 -1 300 250
- tab "Chans en Auto-Voice", 2, 0 65 300 150
- check "Salon n°1", 3, 10 90 80 20, left tab 2
- edit %nomone, 4, 10 110 80 20, autohs tab 2
- check "Salon n°2", 5, 10 150 80 20, left tab 2
- edit %nomtwo, 6, 10 170 80 20, autohs tab 2
- check "Salon n°3", 7, 200 90 80 20, tab 2
- edit %nomthree, 8, 200 110 80 20, autohs tab 2
- check "Salon n°4", 9, 200 150 80 20, tab 2
- edit %nomfour, 10, 200 170 80 20, autohs tab 2
- tab "Chans en Auto-Message", 11, 0 200 300 130
- check "Salon n°1", 12, 25 90 80 20, left tab 11
- edit %messone, 13, 10 110 117 20, autohs tab 11
- check "Salon n°2", 14, 25 150 80 20, left tab 11
- edit %messtwo, 15, 10 170 117 20, autohs tab 11
- check "Salon n°3", 16, 200 90 80 20, tab 11
- edit %messthree, 17, 170 110 117 20, autohs tab 11
- check "Salon n°4", 18, 200 150 80 20, tab 11
- edit %messfour, 19, 170 170 117 20, autohs tab 11
- button "Ok", 20, 50 220 80 20, ok default
- button "Fermer", 21, 175 220 80 20, cancel
- }
- on *:dialog:autovm:sclick:3:{
- if ( %premierchan == on ) { /set %premierchan off }
- else { /set %premierchan on }
- }
- on *:dialog:autovm:sclick:5:{
- if ( %deuxiemechan == on ) { /set %deuxiemechan off }
- else { /set %deuxiemechan on }
- }
- on *:dialog:autovm:sclick:7:{
- if ( %troisiemechan == on ) { /set %troisiemechan off }
- else { /set %troisiemechan on }
- }
- on *:dialog:autovm:sclick:9:{
- if ( %quatriemechan == on ) { /set %quatriemechan off }
- else { /set %quatriemechan on }
- }
-
- on *:dialog:autovm:sclick:12:{
- if ( %premiermess == on ) { /set %premiermess off }
- else { /set %premiermess on }
- }
-
- on *:dialog:autovm:sclick:14:{
- if ( %deuxiememess == on ) { /set %deuxiememess off }
- else { /set %deuxiememess on }
- }
- on *:dialog:autovm:sclick:16:{
- if ( %troisiememess == on ) { /set %troisiememess off }
- else { /set %troisiememess on }
- }
- on *:dialog:autovm:sclick:18:{
- if ( %quatriememess == on ) { /set %quatriememess off }
- else { /set %quatriememess on }
- }
- on *:dialog:autovm:edit:4:{
- /set %nomone $did($dname,4)
- }
- on *:dialog:autovm:edit:6:{
- /set %nomtwo $did($dname,6)
- }
- on *:dialog:autovm:edit:8:{
- /set %nomthree $did($dname,8)
- }
- on *:dialog:autovm:edit:10:{
- /set %nomfour $did($dname,10)
- }
- on *:dialog:autovm:edit:13:{
- /set %messone $did($dname,13)
- }
- on *:dialog:autovm:edit:15:{
- /set %messtwo $did($dname,15)
- }
- on *:dialog:autovm:edit:17:{
- /set %nomthree $did($dname,17)
- }
- on *:dialog:autovm:edit:19:{
- /set %nomfour $did($dname,19)
- }
-
- on *:join:#: {
- if ( $nick == $me ) {
- if (( %premiermess == on) && ( %nomone != $null ) && ( # == %nomone )) { /msg $chan %messone }
- if (( %deuxiememess == on) && ( %nomtwo != $null ) && ( # == %nomtwo )) { /msg $chan %messtwo }
- if (( %troisiememess == on) && ( %nomthree != $null ) && ( # == %nomthree )) { /msg $chan %messthree }
- if (( %quatriememess == on) && ( %nomfour != $null ) && ( # == %nomfour )) { /msg $chan %messfour }
- }
- if ( $me isop # ) {
- if (( %premierchan == on ) && ( %nomone != $null ) && ( # == %nomone )) { /mode # +v $nick }
- if (( %deuxiemechan == on ) && ( %nomtwo != $null ) && ( # == %nomtwo )) { /mode # +v $nick }
- if (( %troisiemechan == on ) && ( %nomthree != $null ) && ( # == %nomthree )) { /mode # +v $nick }
- if (( %quatriemechan == on ) && ( %nomfour != $null ) && ( # == %nomfour )) { /mode # +v $nick }
- }
- }
-
-
- on *:dialog:autovm:init:0:{
-
- if ( %premierchan == on ) { /did -c autovm 3 }
- if ( %deuxiemechan == on ) { /did -c autovm 5 }
- if ( %troisiemechan == on ) { /did -c autovm 7 }
- if ( %quatriemechan == on ) { /did -c autovm 9 }
- if ( %premiermess == on ) { /did -c autovm 12 }
- if ( %deuxiememess == on ) { /did -c autovm 14 }
- if ( %troisiememess == on ) { /did -c autovm 16 }
- if ( %quatriememess == on ) { /did -c autovm 18 }
- /did -r autovm 4,6,8,10,13,15,17,19
- /did -a autovm 4 %nomone
- /did -a autovm 6 %nomtwo
- /did -a autovm 8 %nomthree
- /did -a autovm 10 %nomfour
- /did -a autovm 13 %messone
- /did -a autovm 15 %messtwo
- /did -a autovm 17 %messthree
- /did -a autovm 19 %messfour
-
- }
-
- on *:load:{
- /set %premierchan on
- /set %premiermess on
- /set %nompremierchan #<nom de votre chan>
- /set %messpremierchan <votre message>
- /set %deuxiemechan off
- /set %deuxiememess off
- /set %troisiemechan off
- /set %troisiememess off
- /set %quatriemechan off
- /set %quatriememess off
- }
dialog autovm {
title "« Auto-Voice et Auto-Message »"
size -1 -1 300 250
tab "Chans en Auto-Voice", 2, 0 65 300 150
check "Salon n°1", 3, 10 90 80 20, left tab 2
edit %nomone, 4, 10 110 80 20, autohs tab 2
check "Salon n°2", 5, 10 150 80 20, left tab 2
edit %nomtwo, 6, 10 170 80 20, autohs tab 2
check "Salon n°3", 7, 200 90 80 20, tab 2
edit %nomthree, 8, 200 110 80 20, autohs tab 2
check "Salon n°4", 9, 200 150 80 20, tab 2
edit %nomfour, 10, 200 170 80 20, autohs tab 2
tab "Chans en Auto-Message", 11, 0 200 300 130
check "Salon n°1", 12, 25 90 80 20, left tab 11
edit %messone, 13, 10 110 117 20, autohs tab 11
check "Salon n°2", 14, 25 150 80 20, left tab 11
edit %messtwo, 15, 10 170 117 20, autohs tab 11
check "Salon n°3", 16, 200 90 80 20, tab 11
edit %messthree, 17, 170 110 117 20, autohs tab 11
check "Salon n°4", 18, 200 150 80 20, tab 11
edit %messfour, 19, 170 170 117 20, autohs tab 11
button "Ok", 20, 50 220 80 20, ok default
button "Fermer", 21, 175 220 80 20, cancel
}
on *:dialog:autovm:sclick:3:{
if ( %premierchan == on ) { /set %premierchan off }
else { /set %premierchan on }
}
on *:dialog:autovm:sclick:5:{
if ( %deuxiemechan == on ) { /set %deuxiemechan off }
else { /set %deuxiemechan on }
}
on *:dialog:autovm:sclick:7:{
if ( %troisiemechan == on ) { /set %troisiemechan off }
else { /set %troisiemechan on }
}
on *:dialog:autovm:sclick:9:{
if ( %quatriemechan == on ) { /set %quatriemechan off }
else { /set %quatriemechan on }
}
on *:dialog:autovm:sclick:12:{
if ( %premiermess == on ) { /set %premiermess off }
else { /set %premiermess on }
}
on *:dialog:autovm:sclick:14:{
if ( %deuxiememess == on ) { /set %deuxiememess off }
else { /set %deuxiememess on }
}
on *:dialog:autovm:sclick:16:{
if ( %troisiememess == on ) { /set %troisiememess off }
else { /set %troisiememess on }
}
on *:dialog:autovm:sclick:18:{
if ( %quatriememess == on ) { /set %quatriememess off }
else { /set %quatriememess on }
}
on *:dialog:autovm:edit:4:{
/set %nomone $did($dname,4)
}
on *:dialog:autovm:edit:6:{
/set %nomtwo $did($dname,6)
}
on *:dialog:autovm:edit:8:{
/set %nomthree $did($dname,8)
}
on *:dialog:autovm:edit:10:{
/set %nomfour $did($dname,10)
}
on *:dialog:autovm:edit:13:{
/set %messone $did($dname,13)
}
on *:dialog:autovm:edit:15:{
/set %messtwo $did($dname,15)
}
on *:dialog:autovm:edit:17:{
/set %nomthree $did($dname,17)
}
on *:dialog:autovm:edit:19:{
/set %nomfour $did($dname,19)
}
on *:join:#: {
if ( $nick == $me ) {
if (( %premiermess == on) && ( %nomone != $null ) && ( # == %nomone )) { /msg $chan %messone }
if (( %deuxiememess == on) && ( %nomtwo != $null ) && ( # == %nomtwo )) { /msg $chan %messtwo }
if (( %troisiememess == on) && ( %nomthree != $null ) && ( # == %nomthree )) { /msg $chan %messthree }
if (( %quatriememess == on) && ( %nomfour != $null ) && ( # == %nomfour )) { /msg $chan %messfour }
}
if ( $me isop # ) {
if (( %premierchan == on ) && ( %nomone != $null ) && ( # == %nomone )) { /mode # +v $nick }
if (( %deuxiemechan == on ) && ( %nomtwo != $null ) && ( # == %nomtwo )) { /mode # +v $nick }
if (( %troisiemechan == on ) && ( %nomthree != $null ) && ( # == %nomthree )) { /mode # +v $nick }
if (( %quatriemechan == on ) && ( %nomfour != $null ) && ( # == %nomfour )) { /mode # +v $nick }
}
}
on *:dialog:autovm:init:0:{
if ( %premierchan == on ) { /did -c autovm 3 }
if ( %deuxiemechan == on ) { /did -c autovm 5 }
if ( %troisiemechan == on ) { /did -c autovm 7 }
if ( %quatriemechan == on ) { /did -c autovm 9 }
if ( %premiermess == on ) { /did -c autovm 12 }
if ( %deuxiememess == on ) { /did -c autovm 14 }
if ( %troisiememess == on ) { /did -c autovm 16 }
if ( %quatriememess == on ) { /did -c autovm 18 }
/did -r autovm 4,6,8,10,13,15,17,19
/did -a autovm 4 %nomone
/did -a autovm 6 %nomtwo
/did -a autovm 8 %nomthree
/did -a autovm 10 %nomfour
/did -a autovm 13 %messone
/did -a autovm 15 %messtwo
/did -a autovm 17 %messthree
/did -a autovm 19 %messfour
}
on *:load:{
/set %premierchan on
/set %premiermess on
/set %nompremierchan #<nom de votre chan>
/set %messpremierchan <votre message>
/set %deuxiemechan off
/set %deuxiememess off
/set %troisiemechan off
/set %troisiememess off
/set %quatriemechan off
/set %quatriememess off
}
Conclusion
Voila, bon Scripting à tous
Sources du même auteur
Sources de la même categorie
Commentaires et avis
Discussions en rapport avec ce code source dans le forum
Help :) [ par jujuquatre ]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~JuJuQuArTrE s^ s^ s^ JuJu_BoT WWW.ut2004.fr.st~~~~~~~~~~~~~~~~~~~~~~~~~~~~Ben voila J'ai commencer un addon de auto-mode (
message oto [ par bbjulien ]
voila je voudrai dire un message auto matikemen c an on me voive ou op , devoide ,deop voilag trouvé un truc mais il ne marche pas c sa :on *:VOICE:#:
* Aucune connexion ID trouvée: 2 [ par MaX_62 ]
Voila c'est dans le titre, quand je me connecte a certains serveurs IRC, j'ai ce message qui apparait toutes les 3 secondes environ dans StatusEn plus
Auto message [ par angeldavid ]
Salut all quelqu'un connaitrai un script pour envoyer un message tous les 10 min sur tout les channel ou on est ?Merci d'avance .
devoice auto? [ par maaars ]
kikoo...alors voila j'ai une source qui permet de voice les gens seulement quand ils parlent (detection de caractères clefs)... et je cherche un moyen
auto message pour certains join [ par manaraselen ]
bonjour,Sur le chan ou je suis, il y a pas mal de users se connectant avec un nick predefinit, et ils on le meme prefixe (ex : prefix56432)J'aimerais
Auto message [ par staff973 ]
Slt je cherche les code pour l'auto message d'entrée é de sorti d1 user du salon en pv. Merci d'avance.
Message auto [ par pat283 ]
Voilà je me presente mon pseudo c'est ulast je suis un noob pour linstant mais j'aimerais apprendre quelque truc pour moi.J'aimerais savoir si c'
auto message [ par Squ4L ]
Bonjour je voudrais savoir si il est possible d'envoyer un message a un interval de temp donner, du genre 1 minute par message :)
Auto voice selon le nick [ par XavierBL ]
Bonjour,Avant de poster, j'ai bien fait une recherche sur le site mais je n'ai pas trouvé ce que je voulais.Je suis à la recherche d'un petit script p
|
Derniers Blogs
UNE JOLIE-HORLOGE ET PAS QU'UN PEU !UNE JOLIE-HORLOGE ET PAS QU'UN PEU ! par neodante
Pour les possesseurs d'iPhone, ça y est Bijin Tokei - qui se traduit littéralement en Français par " Jolie Horloge " - est arrivé et GRATUITEMENT s'il vous plaît ! Après la version Tokyo, Hokkaido, night club, racing, Gal, "pour les mademoiselles'", . voi...
Cliquez pour lire la suite de l'article par neodante TECHDAYS PARIS 2010 : CONNECTEZ VOS DONNéES à SHAREPOINT 2010 AVEC LES BUSINESS CONNECTIVITY SERVICESTECHDAYS PARIS 2010 : CONNECTEZ VOS DONNéES à SHAREPOINT 2010 AVEC LES BUSINESS CONNECTIVITY SERVICES par ROMELARD Fabrice
Animé par: Gaetan Bouveret et Julien Chomarat Business Connectivity Services (BCS) est dans SharePoint 2010 la version 2 de Business Data Catalog (BDC dans SharePoint 2007). Il s'agit de la solution permettant de visualiser des données provenan...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice [DIVERS] SUIVRE VOS SéRIES PRéFéRéS SUR LA TOILE[DIVERS] SUIVRE VOS SéRIES PRéFéRéS SUR LA TOILE par orion
Comme de nombreux geek, je suis un grand amateur de série TV et je rate régulièrement des épisodes de mes séries préférés. Une solution s'offre à vous avec ce merveilleux site : Tv Gorge - www.tvgorge.com Moteur de recherche à l'appui, vous pouvez ...
Cliquez pour lire la suite de l'article par orion TECHDAYS PARIS 2010 : LA BI DANS SHAREPOINT 2010TECHDAYS PARIS 2010 : LA BI DANS SHAREPOINT 2010 par ROMELARD Fabrice
Animé par: Vincent Bellet et Baptiste Giraudier La BI dans SharePoint 2010, Les nouveaux services d'application dans SP2010 et SQL Server Reporting services 2008 R2. La BI dans SharePoint est généralisée pour tous afin de permettre à tous les coll...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice
Forum
RE : ON RAWMODERE : ON RAWMODE par WorldDMT
Cliquez pour lire la suite par WorldDMT AVERTISSMENT ET KIKKAVERTISSMENT ET KIKK par mouhcine951990
Cliquez pour lire la suite par mouhcine951990
Logiciels
DB-MAIN (9.1.0)DB-MAIN (9.1.0)DB-MAIN is a data-modeling and data-architecture tool. It is designed to help developers and anal... Cliquez pour télécharger DB-MAIN Xilisoft DPG Convertisseur (5.1.37.0120)XILISOFT DPG CONVERTISSEUR (5.1.37.0120)Xilisoft DPG Convertisseur offre aux fans de Nintendo DS une bonne solution leur permettant de dé... Cliquez pour télécharger Xilisoft DPG Convertisseur GraphicsGale (2.01.01)GRAPHICSGALE (2.01.01)GraphicsGale est un logiciel de PixelArt avec de nombreuse fonctionnalités permettant de réalisé ... Cliquez pour télécharger GraphicsGale Architecte 3D (Platinum 2010)ARCHITECTE 3D (PLATINUM 2010)Architecte 3D Platinium vous permet de concevoir facilement les plans votre future maison, de l'é... Cliquez pour télécharger Architecte 3D TeamViewer 5 (TeamViewer 5)TEAMVIEWER 5 (TEAMVIEWER 5)Dépanner un ami,expliquer une manipulation devient un jeu d'enfant.
Prise en main d'un autre ord... Cliquez pour télécharger TeamViewer 5
Comparez les prix

HTC Magic
Entre 429€ et 429€
|