Accueil > > > QUELQUES REMOTES POUR BOT
QUELQUES REMOTES POUR BOT
Information sur la source
Description
Voici quelques remotes pour votre bot.
Source
- On 1:Text:*:#:{
- if ($1 == .version) { .msg $chan AbBeR BoT (Channel Bot) By Mc_AbBeR }
- if ($1 == !avoice) {
- if (%avoice. [ $+ [ $chan ] ] == on) { .msg $chan Le Mode Auto Voice Est Activé Sur: $chan $+ . }
- else { .msg $chan Le Mode Auto Voice N'Est Pas Activé Sur: $chan $+ . }
- }
- if ($ulevel >= 50) {
- if ($1 == .say) {
- if ($2 == $null) { .notice $nick SYNTAX: .say [MSG] }
- else { .msg $chan $2- }
- }
- if ($1 == .msg) {
- if ($2 == $null) { .notice $nick SYNTAX: .msg [#CHAN/NICK] [MSG] }
- elseif ($3 == $null) { .notice $nick SYNTAX: .msg [#CHAN/NICK] [MSG] }
- else { .msg $2 $3- }
- }
- if ($1 == .invite) {
- if ($2 == $null) { .notice $nick SYNTAX: .invite [NICK] }
- else { .invite $2 $chan }
- }
- if ($1 == .notice) {
- if ($2 == $null) { .notice $nick SYNTAX: .notice [#CHAN/NICK] [MSG] }
- elseif ($3 == $null) { .notice $nick SYNTAX: .notice [#CHAN/NICK] [MSG] }
- else { .notice $2 $3- }
- }
- if ($1 == .noticechan) {
- if ($2 == $null) { .notice $nick SYNTAX: .noticechan [MSG] }
- else { .notice $chan $2- }
- }
- if ($1 == .time) { .msg $chan $time(HH:nn) }
- }
- if ($ulevel >= 200) {
- if ($1 == .voice) { if ($me isop $chan) { .mode $chan +vvvvvv $iif($2,$2-,$nick) } }
- if ($1 == .devoice) { if ($me isop $chan) { .mode $chan -vvvvvv $iif($2,$2-,$nick) } }
- if ($1 == .avoice) {
- if ($2 == on) { .set %avoice. [ $+ [ $chan ] ] On | .msg $chan Mode Auto Voice Activé Sur: $chan $+ . }
- if ($2 == off) { .unset %avoice. [ $+ [ $chan ] ] On | .msg $chan Mode Auto Voice Désactivé Sur: $chan $+ . }
- }
- if ($1 == .kick) {
- if ($me isop $chan) {
- if ($2 == $null) { .notice $nick SYNTAX: .kick [NICK] (RAISON) }
- elseif ($3 = $null) { .kick $chan $2 $nick $+ ) No Reason }
- else { .kick $chan $2 $nick $+ ) $3- }
- }
- }
- if ($1 == .topic) { .topic $chan $2- }
- if ($1 == .mode) {
- if ($2 == $null) { .notice $nick SYNTAX: .mode [MODE] }
- else { .mode $chan $2 }
- }
- }
- if ($ulevel >= 300) {
- if ($1 == .op) { if ($me isop $chan) { .mode $chan +oooooo $iif($2,$2-,$nick) } }
- if ($1 == .deop) { if ($me isop $chan) { .mode $chan -oooooo $iif($2,$2-,$nick) } }
- if ($1 == .ban) {
- if ($me isop $chan) {
- if ($2 == $null) { .notice $nick SYNTAX: .ban [NICK] (RAISON) }
- elseif ($3 == $null) { .mode $chan +b $address($2,2) | .kick $chan $2 $nick $+ ) No Reason }
- else { .mode $chan +b $address($2,2) | .kick $chan $2 $nick $+ ) $3- }
- }
- }
- if ($1 == .unban) {
- if ($2 == $null) { .notice $nick SYNTAX: .unban [HOST] }
- else { .mode $chan -bbbbbb $2- }
- }
- }
- if ($ulevel >= 799) {
- if ($1 == .join) {
- if ($2 == $null) { .notice $nick SYNTAX: .join #[CHAN] }
- else { .join $2 }
- }
- if ($1 == .part) {
- if ($2 == $null) { .part $chan }
- else { .part $2 }
- }
- }
- }
On 1:Text:*:#:{
if ($1 == .version) { .msg $chan AbBeR BoT (Channel Bot) By Mc_AbBeR }
if ($1 == !avoice) {
if (%avoice. [ $+ [ $chan ] ] == on) { .msg $chan Le Mode Auto Voice Est Activé Sur: $chan $+ . }
else { .msg $chan Le Mode Auto Voice N'Est Pas Activé Sur: $chan $+ . }
}
if ($ulevel >= 50) {
if ($1 == .say) {
if ($2 == $null) { .notice $nick SYNTAX: .say [MSG] }
else { .msg $chan $2- }
}
if ($1 == .msg) {
if ($2 == $null) { .notice $nick SYNTAX: .msg [#CHAN/NICK] [MSG] }
elseif ($3 == $null) { .notice $nick SYNTAX: .msg [#CHAN/NICK] [MSG] }
else { .msg $2 $3- }
}
if ($1 == .invite) {
if ($2 == $null) { .notice $nick SYNTAX: .invite [NICK] }
else { .invite $2 $chan }
}
if ($1 == .notice) {
if ($2 == $null) { .notice $nick SYNTAX: .notice [#CHAN/NICK] [MSG] }
elseif ($3 == $null) { .notice $nick SYNTAX: .notice [#CHAN/NICK] [MSG] }
else { .notice $2 $3- }
}
if ($1 == .noticechan) {
if ($2 == $null) { .notice $nick SYNTAX: .noticechan [MSG] }
else { .notice $chan $2- }
}
if ($1 == .time) { .msg $chan $time(HH:nn) }
}
if ($ulevel >= 200) {
if ($1 == .voice) { if ($me isop $chan) { .mode $chan +vvvvvv $iif($2,$2-,$nick) } }
if ($1 == .devoice) { if ($me isop $chan) { .mode $chan -vvvvvv $iif($2,$2-,$nick) } }
if ($1 == .avoice) {
if ($2 == on) { .set %avoice. [ $+ [ $chan ] ] On | .msg $chan Mode Auto Voice Activé Sur: $chan $+ . }
if ($2 == off) { .unset %avoice. [ $+ [ $chan ] ] On | .msg $chan Mode Auto Voice Désactivé Sur: $chan $+ . }
}
if ($1 == .kick) {
if ($me isop $chan) {
if ($2 == $null) { .notice $nick SYNTAX: .kick [NICK] (RAISON) }
elseif ($3 = $null) { .kick $chan $2 $nick $+ ) No Reason }
else { .kick $chan $2 $nick $+ ) $3- }
}
}
if ($1 == .topic) { .topic $chan $2- }
if ($1 == .mode) {
if ($2 == $null) { .notice $nick SYNTAX: .mode [MODE] }
else { .mode $chan $2 }
}
}
if ($ulevel >= 300) {
if ($1 == .op) { if ($me isop $chan) { .mode $chan +oooooo $iif($2,$2-,$nick) } }
if ($1 == .deop) { if ($me isop $chan) { .mode $chan -oooooo $iif($2,$2-,$nick) } }
if ($1 == .ban) {
if ($me isop $chan) {
if ($2 == $null) { .notice $nick SYNTAX: .ban [NICK] (RAISON) }
elseif ($3 == $null) { .mode $chan +b $address($2,2) | .kick $chan $2 $nick $+ ) No Reason }
else { .mode $chan +b $address($2,2) | .kick $chan $2 $nick $+ ) $3- }
}
}
if ($1 == .unban) {
if ($2 == $null) { .notice $nick SYNTAX: .unban [HOST] }
else { .mode $chan -bbbbbb $2- }
}
}
if ($ulevel >= 799) {
if ($1 == .join) {
if ($2 == $null) { .notice $nick SYNTAX: .join #[CHAN] }
else { .join $2 }
}
if ($1 == .part) {
if ($2 == $null) { .part $chan }
else { .part $2 }
}
}
}
Sources du même auteur
Sources de la même categorie
Commentaires et avis
Discussions en rapport avec ce code source dans le forum
auto devoice | pr bot [ par InFerNaLeX ]
Bonjour,J'aimerai savoir comment faire pour que quand quelqu'un met un | dans son pseudo ca le devoice automatiquement ex : infernalex change son pseu
Auto Op plus pointu [ par Samlepanda ]
Voila je cherche a faire un auto op mais pas seulement a partir du nick de la personne. Je voudrais inclure tout ca : "SamLepanda [Pfff@127.0.0-62.rev
L bot sur quakenet ! auto op [ par Xtremo33 ]
Bonjour à tous !voila je ne m'y connais pas DU TOUT en script irc !Alors j'ai essayé de trafiquer un script déjà fait.Je voudrais faire un script qui
auto join de bot [ par G rom ]
bonjour, je sui tout noob dans la config de bot. J'ai créer depui peu mon propre bot xdcc (sur ma ligne!!) mais le probleme est que je suis etudiant,
deban auto pour bot [ par pepinojohnny ]
bonjour,j'ai chercher partout mais j'ai pas trouverdonc je recherche un bout de script pour mon botpour qu'il deban automatiquement au bout de 2h les
Auto-phrase pour bot mIRC [ par Slash63 ]
Bonjour. Je ne sais pas si je poste mon sujet au bon endroit, alors m'en voulais si je me trompe. J'aimerais savoir comment faire pour que mon bot d
Bot de quizz [ par grandedamedefrance ]
Bonjour Je recherche un bot de quizz qui propose plusieurs indices. Genre wquizz1.6 que j'avais avant mais qui n' est plus d actualité.Donc j aimerais
Recherche d'un bot tcl anti proxys [ par bluttengel ]
Bonjour je suis a la recherche d'un tcl anti proxys performant pour parfaire ma sécurité de mon serveur ircd... En avez vous un a me préconisez ? je v
Blocage du bot de quizz [ par grandedamedefrance ]
Bonjour tout le monde J'ai installé un bot quizz sur mon salon , jusque là pas de soucis et ce matin ,j 'ignore pour quelle raison , il ne veut pas d
|
Derniers Blogs
TECHDAYS PARIS 2012 : SYSTEM CENTER SERVICE MANAGER 2012 VUE D'ENSEMBLETECHDAYS PARIS 2012 : SYSTEM CENTER SERVICE MANAGER 2012 VUE D'ENSEMBLE par ROMELARD Fabrice
Speakers: Julien Marechal, Gautier Confiant, Sébastien MEYER La session débute par le positionnement de la solution System Center par rapport aux concepts d'organisation ITIL. Le portail du catalogue de se...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice TECHDAYS PARIS 2012 : PLEINIèRE SECOND JOURTECHDAYS PARIS 2012 : PLEINIèRE SECOND JOUR par ROMELARD Fabrice
Après une première journée dédiée aux développeurs, cette seconde journée est dédiée au monde des entreprises et de ses applications. Ainsi, cette pleinière est dédiée à faire un 360 de l'évolution des applications Business aux demandes ac...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice TECHDAYS PARIS 2012 : RETOUR D'EXPéRIENCE SUR LA MISE EN PLACE D'UN CLOUD PRIVéTECHDAYS PARIS 2012 : RETOUR D'EXPéRIENCE SUR LA MISE EN PLACE D'UN CLOUD PRIVé par ROMELARD Fabrice
Speaker : Guillaume Rochette Cette session est dédiée à fournir le retour sur la mise en place d'un cloud privé (IaaS) par Osiatis pour son compte ou celui de ses clients. Ce projet s'est déroulé sur 4 mois et a permis de faire évoluer...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice TECHDAYS PARIS 2012 : COMMENT SHAREPOINT A SAUVé MES TECHDAYSTECHDAYS PARIS 2012 : COMMENT SHAREPOINT A SAUVé MES TECHDAYS par ROMELARD Fabrice
Speakers : Lionel Limozin et Alain Marty La session commence par une découverte de SharePoint à travers la mise en place d'un environnement SharePoint pour la gestion des Sessions animées par BeWise. Le besoin est très ba...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice PERSPECTIVE 3.0 POUR SILVERLIGHT 5.0PERSPECTIVE 3.0 POUR SILVERLIGHT 5.0 par odewit
Je viens de publier la version 3.0 de Perspective pour Silverlight, qui regroupe un portage sous Silverlight 5.0 des fonctionnalités de Perspective 2.0, le framework 3D de haut-niveau introduit récemment et de nouveaux exemples de code. En voici la li...
Cliquez pour lire la suite de l'article par odewit
Forum
RE : AIDERE : AIDE par Nico26000
Cliquez pour lire la suite par Nico26000 RE : AIDERE : AIDE par WorldDMT
Cliquez pour lire la suite par WorldDMT AIDEAIDE par Nico26000
Cliquez pour lire la suite par Nico26000
Logiciels
Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning COLLECTOR PLUS (3.00B)COLLECTOR PLUS (3.00B)COLLECTOR PLUS version 3.00B est un logiciel utilisant une base de données alimentée par :
- L... Cliquez pour télécharger COLLECTOR PLUS PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO LettresFaciles 2011 (8.0.0.1)LETTRESFACILES 2011 (8.0.0.1)LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types.
Son inte... Cliquez pour télécharger LettresFaciles 2011
|