Accueil > > > AUTO MESSAGE DE JOIN
AUTO MESSAGE DE JOIN
Information sur la source
Description
Un dualog de configuration que quand quelqu'un Join un canal Ben vous lui dite le message choissi soit : en notice de inck , en notice du chan , en msg du nick ( pv ) , ou en msg sur le chan !
Voila !
Source
- ~~~~~~~~~~~~~~
-
- Source venant de Cameleon'Script by jujuquatre : irc.jeuxvideo.com : #quizzz
-
- ~~~~~~~~~~~~~~
-
-
-
- dialog config22 {
- title " Configuration du AutoMsgJoin"
- size -1 -1 200 65
- option dbu
- box "",150,1 0 199 65
- ; icon 1,30 45 32 32, images/icones/ok3.ico
- button "Sauvegarder" ,1, 20 48 50 10,ok, flat
- button "Aperçu" ,100, 70 48 50 10,flat
- button "Annuler",27, 120 48 50 10,flat
- ;icon 27, 140 45 32 32, images/icones/ok.ico
- text "Etat :",22,117 10 40 10
- combo 23,140 8 50 50, result drop
- combo 25, 10 25 180 150,result drop edit
- text " Messages :",26,10 10 60 10
-
- }
-
- on *:dialog:config22:init:*:{
- did -a config22 23 Désactivé
- did -a config22 23 Activer MSG CHAN
- did -a config22 23 Activer MSG PV
- did -a config22 23 Activer NOTICE CHAN
- did -a config22 23 Activer NOTICE NICK
- did -c config22 23 %nivo.amj
- did -a config22 25 %amj
- did -a config22 25 Salut $nick !!! Sa gaz ??
- did -a config22 25 Slt $nick !!!! Bienvenue sur $chan et amuse toi bien !!
- did -a config22 25 12 Yop $nick ! 4 Bievenue sur $chan
- did -a config22 25 Yop un de plus sur $chan grace a $nick !!
- did -c config22 25 1
- if ( %nivo.amj == 1) { did -b config22 25 }
- }
- on *:dialog:config22:sclick:*:{
- if $did(config22,23).sel == 1 { set %nivo.amj 1 | did -b config22 25 }
- if $did(config22,23).sel == 2 { set %nivo.amj 2 | did -e config22 25 }
- if $did(config22,23).sel == 3 { set %nivo.amj 3 | did -e config22 25 }
- if $did(config22,23).sel == 4 { set %nivo.amj 4 | did -e config22 25 }
- if $did(config22,23).sel == 5 { set %nivo.amj 5 | did -e config22 25 }
- if ($did == 25) { set %amj.tps $did(25) }
- if ( $did == 1 ) {
- If ($did($dname,25) == $null) && ( %nivo.amj != 1) { /set %alert2 L'auto msg Join est activer mais vous n'avez pas preciser de message ! | dialog -m alert2 alert2 }
- else { /set %amj $did($dname,25).text | /dialog -x config22 config22 }
- }
- if ($did == 100 ) { /appercu_amj }
- if ($did == 27) { dialog -x config22 config22 }
- }
-
- on *:dialog:config22:edit:*:{
- if ($did == 25) { set %amj.tps $did(25) }
- }
-
- dialog alert2 {
- Title "Attention!!!..."
- Size -1 -1 350 150
-
- button "OK", 1, 150 120 50 20,cancel,flat
- Text "" 2, 50 30 290 80 , center
- icon 3 , 10 20 40 40 , images\inconnu.ico
- }
-
-
- on 1:dialog:alert2:init:*: {
- /did -a alert2 %alert2
- }
-
- ;Réponse des Absences
- on 1:JOIN:#: {
- if ( $nick == $me ) { halt }
- if ( %nivo.amj == 1 ) { }
- if ( %nivo.amj == 2 ) { /msg $chan $+ %codecouleur $+ %gras $+ %under $+ $+ [ [ %amj ] ] $+ %codecouleur $+ %gras $+ %under $+ $+ ---- %version }
- if ( %nivo.amj == 4 ) { /notice $chan $+ %codecouleur $+ %gras $+ %under $+ $+ [ [ %amj ] ] $+ %codecouleur $+ %gras $+ %under $+ $+ ---- %version }
- if ( %nivo.amj == 3 ) { /msg $nick $+ %codecouleur $+ %gras $+ %under $+ $+ [ [ %amj ] ] $+ %codecouleur $+ %gras $+ %under $+ $+ ---- %version }
- if ( %nivo.amj == 5 ) { /notice $nick $+ %codecouleur $+ %gras $+ %under $+ $+ [ [ %amj ] ] $+ %codecouleur $+ %gras $+ %under $+ $+ ---- %version }
- }
-
- else { goto end }
- :end
- }
-
- alias appercu_amj {
- window -ofbakd +e @AutoMessageJoin 85 70 332 270 tahoma 11
- /aline -p @AutoMessageJoin %gras $+ %under $+ %codecouleur %amj.tps
- }
~~~~~~~~~~~~~~
Source venant de Cameleon'Script by jujuquatre : irc.jeuxvideo.com : #quizzz
~~~~~~~~~~~~~~
dialog config22 {
title " Configuration du AutoMsgJoin"
size -1 -1 200 65
option dbu
box "",150,1 0 199 65
; icon 1,30 45 32 32, images/icones/ok3.ico
button "Sauvegarder" ,1, 20 48 50 10,ok, flat
button "Aperçu" ,100, 70 48 50 10,flat
button "Annuler",27, 120 48 50 10,flat
;icon 27, 140 45 32 32, images/icones/ok.ico
text "Etat :",22,117 10 40 10
combo 23,140 8 50 50, result drop
combo 25, 10 25 180 150,result drop edit
text " Messages :",26,10 10 60 10
}
on *:dialog:config22:init:*:{
did -a config22 23 Désactivé
did -a config22 23 Activer MSG CHAN
did -a config22 23 Activer MSG PV
did -a config22 23 Activer NOTICE CHAN
did -a config22 23 Activer NOTICE NICK
did -c config22 23 %nivo.amj
did -a config22 25 %amj
did -a config22 25 Salut $nick !!! Sa gaz ??
did -a config22 25 Slt $nick !!!! Bienvenue sur $chan et amuse toi bien !!
did -a config22 25 12 Yop $nick ! 4 Bievenue sur $chan
did -a config22 25 Yop un de plus sur $chan grace a $nick !!
did -c config22 25 1
if ( %nivo.amj == 1) { did -b config22 25 }
}
on *:dialog:config22:sclick:*:{
if $did(config22,23).sel == 1 { set %nivo.amj 1 | did -b config22 25 }
if $did(config22,23).sel == 2 { set %nivo.amj 2 | did -e config22 25 }
if $did(config22,23).sel == 3 { set %nivo.amj 3 | did -e config22 25 }
if $did(config22,23).sel == 4 { set %nivo.amj 4 | did -e config22 25 }
if $did(config22,23).sel == 5 { set %nivo.amj 5 | did -e config22 25 }
if ($did == 25) { set %amj.tps $did(25) }
if ( $did == 1 ) {
If ($did($dname,25) == $null) && ( %nivo.amj != 1) { /set %alert2 L'auto msg Join est activer mais vous n'avez pas preciser de message ! | dialog -m alert2 alert2 }
else { /set %amj $did($dname,25).text | /dialog -x config22 config22 }
}
if ($did == 100 ) { /appercu_amj }
if ($did == 27) { dialog -x config22 config22 }
}
on *:dialog:config22:edit:*:{
if ($did == 25) { set %amj.tps $did(25) }
}
dialog alert2 {
Title "Attention!!!..."
Size -1 -1 350 150
button "OK", 1, 150 120 50 20,cancel,flat
Text "" 2, 50 30 290 80 , center
icon 3 , 10 20 40 40 , images\inconnu.ico
}
on 1:dialog:alert2:init:*: {
/did -a alert2 %alert2
}
;Réponse des Absences
on 1:JOIN:#: {
if ( $nick == $me ) { halt }
if ( %nivo.amj == 1 ) { }
if ( %nivo.amj == 2 ) { /msg $chan $+ %codecouleur $+ %gras $+ %under $+ $+ [ [ %amj ] ] $+ %codecouleur $+ %gras $+ %under $+ $+ ---- %version }
if ( %nivo.amj == 4 ) { /notice $chan $+ %codecouleur $+ %gras $+ %under $+ $+ [ [ %amj ] ] $+ %codecouleur $+ %gras $+ %under $+ $+ ---- %version }
if ( %nivo.amj == 3 ) { /msg $nick $+ %codecouleur $+ %gras $+ %under $+ $+ [ [ %amj ] ] $+ %codecouleur $+ %gras $+ %under $+ $+ ---- %version }
if ( %nivo.amj == 5 ) { /notice $nick $+ %codecouleur $+ %gras $+ %under $+ $+ [ [ %amj ] ] $+ %codecouleur $+ %gras $+ %under $+ $+ ---- %version }
}
else { goto end }
:end
}
alias appercu_amj {
window -ofbakd +e @AutoMessageJoin 85 70 332 270 tahoma 11
/aline -p @AutoMessageJoin %gras $+ %under $+ %codecouleur %amj.tps
}
Conclusion
Bon voila :)
Dite un commentaire si il y a un prob dans la source :)
Allez @+++
http://membres.lycos.fr/ut2004/juju_bot.php " Bot mIRC Juju_Bot "
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
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
|