Bonjour voila j'ai un problème de conflit en deux remote quand j'écrie c en double.
La première pour des raccourcis :
on *:INPUT:#: {
if (/* !iswm $1) {
var %text = $1-
var %text = $reptok(%text,ok,2;3;11O3;14k3;11a3;14yY3;14!!2;3;,32)
var %text = $reptok(%text,'ci,2;3;11M3;14erci 3;12:3;14p2;3;,32)
msg $active %text
halt
}
}
Et la deuxième pour voir les ishop, isvo, isreg devant mon pseudo :
on *:input:#:{
if ($left($1-,1) != /) {
if ($me isop $chan) { echo -t # ( $+ @ $+ $nick $+ ) $1- }
elseif ($me ishop $chan) { echo -t # ( $+ % $+ $nick $+ ) $1- }
elseif ($me isvo $chan) { echo -t # ( $+ v $+ $nick $+ ) $1- }
elseif ($me isreg $chan) { echo -t # ( $+ $nick $+ ) $1- }
.msg $active $1-
halt
}
}
Comment faire pour les rendre compatible ou les visionné.
merci pour vos réponse 