Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;auto join au channel lorsque l'on est kicker
- On *:kick:*:{
- if ($knick == $me) { join # chan }
- }
- ;auto unban, et un rejoin oto (marche pas tout a fais alors exuser moi je vai chercher sa )
- On *:ban:*:{
- if ($bnick == $me) { .msg chanserv unban # | .mode # -b $me | .timer 1 2 /join # }
- }
- On *:input:*:{
- ;op une personne si indiquer, sinon se oper
- if ($1 == .o) {
- if ($2 != $null) { .mode # +oooooooooooooooooooooooooo $2- }
- elseif ($2 == $null) { .msg chanserv op # $me }
- }
- ;deop une personne si indiquer, sinon se deoper
- if ($1 == .do) {
- if ($2 != $null) { .mode # -ooooooooooooooooooooooooooo $2- }
- elseif ($2 == $null) { .msg chanserv deop # $me }
- }
- ;se auth sur un chan dun chan
- if ($1 == .all) {
- .cs owner $chan $me | .cs protect $chan $me | .cs op $chan $me | .cs halfop $chan $me | .cs voice $chan $me $2- }
- ;se deauth dun chan
- if ($1 == .dall) {
- .cs deowner $chan $me | .cs deprotect $chan $me | .cs deop $chan $me | .cs dehalfop $chan $me | .cs devoice $chan $me $2- }
- ;ses commandes fonctionnent comme !o, !do mais le mode change juste :)
- if ($1 == .a) {
- if ($2 != $null) { .mode # +aaaaaaaaaaaaaaaaaaaaaaaaaaaa $2- }
- elseif ($2 == $null) { .msg chanserv protect # $me }
- }
- if ($1 == .da) {
- if ($2 != $null) { .mode # -aaaaaaaaaaaaaaaaaaaaaaaa $2- }
- elseif ($2 == $null) { .msg chanserv deprotect # $me }
- }
- if ($1 == .h) {
- if ($2 != $null) { .mode # +hhhhhhhhhhhhhhhhhhhhhh $2- }
- elseif ($2 == $null) { .msg chanserv halfop # $me }
- }
- if ($1 == .dh) {
- if ($2 != $null) { .mode # -hhhhhhhhhhhhhhhhhhhh $2- }
- elseif ($2 == $null) { .msg chanserv dehalfop # $me }
- }
- if ($1 == .v) {
- if ($2 != $null) { .mode # +vvvvvvvvvvvvvvvvvv $2- }
- elseif ($2 == $null) { .msg chanserv voice # $me }
- }
- if ($1 == .dv) {
- if ($2 != $null) { .mode # -vvvvvvvvvvvvvvvvvvvvvvvvvvvvv $2- }
- elseif ($2 == $null) { .msg chanserv devoice # $me }
- }
- if ($1 == .q) {
- if ($2 != $null) { .mode # +qqqqqqqqqqqqqqqqqqqqqqqqqq $2- }
- elseif ($2 == $null) { .msg chanserv owner # }
- }
- if ($1 == .dq) {
- if ($2 != $null) { .mode # -qqqqqqqqqqqqqqqqqqqqqqqqqq $2- }
- elseif ($2 == $null) { .msg chanserv deowner # }
- }
- ;aop - sop - hop mettre ces acces si le mode xop est activé
- if ($1 == !acc) {
- .msg chanserv $2 $chan add $3
- }
- ;aop - sop- hop enlever ces acces si le mode xop est activé
- if ($1 == !supr) {
- .msg chanserv $2 $chan del $3
- }
- ;ajouter un access a une personne (si le mode xop est off) en tapan !axx pseudo level
- if ($1 == !axx) {
- .msg chanserv access # add $$2-
- }
- ;supprime un access en tapand !del pseudo
- if ($1 == !del) {
- .msg chanserv access # del $$2-
- }
- ;donne la liste des access du channel
- if ($1 == .liste) {
- .msg chanserv access # list
- }
- ;donne les info du channel
- if ($1 == .info) {
- .msg chanserv info $chan all
- }
- ;avoir le pass du channel si owner
- if ($1 == /pass) {
- .msg chanserv getpass $chan
- }
- ;donne les info du nick
- if ($1 == .infonick) {
- .msg nickserv info $2 all
- }
- ;drop le chan
- if ($1 == .dropchan) {
- .msg chanserv DROP # chan
- }
- ;invite une personne
- if ($1 == .invite) {
- .invite $2 # chan
- }
- ;met un topic .topic (le topic a mettre)
- if ($1 == .topic) {
- .msg chanserv topic # chan $2-
- }
- ;enleve le mode xop du chan
- if ($1 == .xopof) {
- .msg chanserv set $chan xop off
- }
- ;met le mode xop du chan
- if ($1 == .xopon) {
- .msg chanserv set $chan xop on
- }
- ;donne la liste des bot
- if ($1 == .bslist) {
- .msg botserv botlist
- }
- ;assign un bot
- if ($1 == .assign) {
- .msg botserv assign $chan $$2
- }
- ;unassign un bot
- if ($1 == .unassign) {
- .msg botserv unassign $chan $$2
- }
- ;voir les option du botserv (.infobs nomdubot)
- if ($1 == .infobs) {
- .msg botserv info $chan $2 all
- }
- ;faire parler le bot
- if ($1 == /talk) {
- bs SAY $chan $$2-
- }
- ;fait hop
- if ($1 == , ) {
- /hop
- }
- ;kick une personne du canal
- if ($1 == !k) {
- echo -s Un kick :)
- if ($2 != $null) { .msg chanserv kick # $2- | .kick # $2- | !kick $2- }
- }
- ;kick-ban une personne du canal
- if ($1 == !kb) {
- echo -s Un kick-ban :)
- if ($2 != $null) { .msg chanserv kick # $2- | .ban # $2- | !ban $2- }
- }
- ;banni une personne d'un canal
- if ($1 == !b) {
- Echo -s un ban :)
- if ($2 != $null) { .msg chanserv ban # $2 | .mode # +bbbbb $2 }
- }
- ;debanni une personne d'un canal si indiquer, sinon se debannir(seulement si l'on est op ^^)
- if ($1 == !db) {
- if ($me isop $chan) { .msg chanserv unban # $2 | .mode # -b $2 }
- if (($2 == $null) && ($me isop $chan)) { .msg chanserv unban # $2 | .mode # -bbbbb $2 }
- }
- ;mettre le mode anti ban
- if ($1 == !+e) {
- if ($2 == $null) {
- mode # +ee $me $host
- }
- mode # +eeee $2-
- }
- ;enlever le mode antiban
- if ($1 == !-e) {
- if ($2 == $null) {
- mode # -ee $me $host
- }
- if ($2 != $null) { mode # -eeee $2- }
- }
- ;permet de faire !+ "vos modes"
- if ($1 == !+) {
- mode # + $+ $2-
- }
- ;permet de faire !- "vos modes"
- if ($1 == !-) {
- mode # - $+ $2-
- }
- ;cette commande permet de mettre votre pseudo ex: !nick"votre texte"
- if ($1 == !nick) {
- nick pseudo[ $+ $2- $+ ]
- }
- ;grouper son pseudo avec un autre
- if ($1 == !group) {
- .msg nickserv group $$?="Pseudo avec ki grouper" $$?="mot de passe du pseudo?"
- }
- ;lire ses derniers memos
- if ($1 == !read) {
- .msg memoserv read last
- }
- ;supprimer un memo
- if ($1 == !delmemo) {
- .msg memoserv del $2-
- }
- ;envoyé un memo (tapez juste !sendmemo)
- if ($1 == !sendmemo) {
- .msg memoserv send $$?="Pseudo a ki envoyé" $$?="message ?"
- }
- if ($1 == .ch) {
- /say D'abord il faut joindre ton futur salon 7/join #TONSALON
- /say Pour enregistrer ton chan tapes : 7/msg chanserv register #ton-chan ton-pass Description
- /say Pour avoir la liste des bots disponibles tape : 7/msg botserv botlist
- /say Puis pour mettre un bot : 7/msg botserv assign #ton-chan Pseudo-du-bot
- }
- if ($1 == .ra) {
- /say 7Voila les Raccourci Du Light'n_script
- /say 11lu,lut,nnn,pfff,mott,mf,yyy,niarf,mmm,dédé,momo
- /say 12 'ci,gg,urg,ooo,kiko,tlm,tdc,?,lol,arg,bj,bsr,bn,mlol
- /say 11 bap,okii,npb,brb,jk,mdr,ptdr,ment,fant!,!funbot,xdr,loll,^^
- /say 12 asv,cpm,cqd,mqfp,naner,dr,ck,ar,hihi,pala,npp,mouh,quest,tt
- }
- }
- On *:Load:{
- echo -a Vous avez bien charger la remotte de _cimer-lol_ pour Mia_ de DhcP
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement