All pastes #2084078 Raw Edit

Mine

public text v1 · immutable
#2084078 ·published 2011-09-28 18:57 UTC
rendered paste body
###pour  faire  dire un mot à la place d'un autre qu'on aura defini
### enregistrer le fichier en mes couleurs.mrc
### sinon modifier la fin du  code en consequence

#acr on

on 1:INPUT:*: {
  if (Status !isin $active && $left($1-,1) != /) {
    %acr = $1-
    %acr = $replace(%acr,lol1,4£augh4ing Ø4ut 4£øu4D)
#### Là tu en  rajoute à la suite sur le meme principe
   %acr = $replace(%acr,lal,4£-Ø-£)
    say %acr | unset %acr | halt
  } 
}

#acr end

menu status,menubar,channel {
  .color texte:
  ..On:.enable #acr | .disable #rnb | echo $chan $timestamp 15---  $+ $colour(info text) $+ [INFO] >  $+ $colour(info2 text) $+ color text activé (mes couleurs.mrc) 
  ..Off:.disable #acr | .enable #rnb | echo $chan $timestamp 14---  $+ $colour(info text) $+ [INFO] >  $+ $colour(info2 text) $+ color text désactivé.