[Résolu] Problem avec irccloud
#1
Bonjour a tous,
Je reviens vers vous au sujet de irccloud avant quand je faisais des  exemple .a uDc akill au .g  ça prend les uniquement mon uid433550@ maintenant sa prends l'ip entier du irccloud: chose que j'ai beaucoup de Users qui utilise Irccloud et sa penalise tout le monde.

Peut quelq'un m'aider svp ?

Merci 


Code:
       if {[set chost [getchanhost $nick2 $c]] ne ""} {
        switch -glob -- $chost {
            {*.irccloud.com} - {*.mibbit.com} - {*.kiwiirc.com} - {*.5A29D2BF.IP} {
                scan $chost {%[^@]} ident2
                putnow "OS AKILL ADD +3 *[string trimleft $ident2@* "~"] $reason"
  Reply
#2
Il faut tester ce que donne le getchanhost:

tcl
if {[set chost [getchanhost $nick2 $c]] ne ""} {
       putlog "Host pour $nick2 sur $c est $chost"
       switch -glob -- $chost {
          {*.irccloud.com} - {*.mibbit.com} - {*.kiwiirc.com} - {*.5A29D2BF.IP} {
             scan $chost {%[^@]} ident2
             putnow "OS AKILL ADD +3 *[string trimleft $ident2@* "~"] $reason"


Sinon pour moi le code est correct :

tcl
% set test toto@1.2.3.4
toto@1.2.3.4
% scan $test {%[^@]} test2
1
% puts $test2
toto
%

zeolia: tchat gratuit, sans inscription ni publicité
Merci de ne pas demander d'aide en MP
Away
  Reply
#3
C'est fait, il s'agissait d'un erreur config Unereal:
Merci

Ce sujet peut - etre Ferme !
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem eggdrop CyberTech82 2 3,832 21/04/2011, 21:00
Last Post: CrazyCat
  [ Réglé] problem join channel Smatrix3 4 5,064 17/12/2007, 16:22
Last Post: Smatrix3

Forum Jump:


Users browsing this thread: 1 Guest(s)