Condition sur script chanrelais
#13
En fait, ça vient des procédures d'affichage.
Par exemple:
Code :
# proc reception of pub
    proc recv:pub {frm_bot command arg} {
        if {[set him [lsearch $::crelay::eggdrops $frm_bot]] >= 0} {
            set argl [split $arg]
            set speaker [[namespace current]::make:user [lindex $argl 0] $frm_bot]
            putquick "PRIVMSG $::crelay::me(chan) :$speaker [join [lrange $argl 1 end]]"
            [namespace current]::cr:log p "$::crelay::me(chan)" "<[lindex $argl 0]> [join [lrange $argl 1 end]]"
        }
        return 0
    }
Il faut modifier la ligne suivante:
Code :
putquick "PRIVMSG $::crelay::me(chan) :$speaker [join [lrange $argl 1 end]]"
en :
Code :
putquick "PRIVMSG $::crelay::me(chan) :[join [lrange $argl 1 end]]"
Répondre


Messages dans ce sujet
Condition sur script chanrelais - par protec - 24/01/2015, 11:03
RE: Condition sur script chanrelais - par CrazyCat - 24/01/2015, 18:52

Atteindre :


Utilisateur(s) parcourant ce sujet : 2 visiteur(s)
Tchat 100% gratuit -Discutez en toute liberté