Hello, currently i have this ontext

on 1:TEXT:*word*:#channel: { if ( $nick == nick) { Window -e @WORD | echo @WORD $timestamp $1- | haltdef } }


i have multiple of this example,
e.g.
on 1:TEXT:*word*:#channel: { if ( $nick == nick) { Window -e @WORD | echo @WORD $timestamp $1- | haltdef } }
on 1:TEXT:*word1*:#channel: { if ( $nick == nick) { Window -e @WORD | echo @WORD $timestamp $1- | haltdef } }
on 1:TEXT:*word2*:#channel: { if ( $nick == nick) { Window -e @WORD | echo @WORD $timestamp $1- | haltdef } }


can i combine all of my triggers in one script? also, how i can insted to create a popup window, to send them in a channel

thanx in advance!