Je pense que faut effectivement utiliser un bind pubm
tcl
bind pubm - !planning pubm:planning
proc pubm:planning {nick uhost hand chan text} {
if {$text ne "radio"} { return }
putquick "NOTICE $nick :Voici le planning de la radio :"
}