20/06/2009, 12:41
tcl
bind pub - !planning planning
proc planning { nick uhost hand chan text } {
if {[string tolower [lindex $text 0]]=="radio"} {
putquick "NOTICE $nick :Voici le planning de la radio :"
} else {
putquick "NOTICE $nick :Syntaxe de la commande: !planning radio"
}
}
J'ai pas testé mais ça devrait t'aider.