Hello everyone thanks first for the posted scripts as
single script is this script working

but I have problem to post several things in my channel together because there is a script for me
just thought to insert several single scripts in one script file

So I tried it, but then only the first script code will be posted in my channel and the others underneath will not work

Quote

### this channel on iRC-NETWORK-3 ###
ALL INTO ONE TO MY CHANNEL #[PREADD] posting
-------------------------------------------------------------------------------
### this channel on iRC-NETWORK-1 ###
on *:TEXT:*:##XX-Pre:{ if ([PRE] isin $strip($1-)) { scon 2 msg #[PREADD] $v2 } }

### this channel on iRC-NETWORK-1 ###
on *:TEXT:*:##XX-Pre:{ if ([UNNUKE] isin $strip($1-)) { scon 2 msg #[PREADD] $v2 } }

### this channel on iRC-NETWORK-1 ###
on *:TEXT:*:##XX-Pre:{ if ([NUKE] isin $strip($1-)) { scon 2 msg #[PREADD] $v2 } }

### this channel on iRC-NETWORK-2 ###
on *:TEXT:*:#Pre-Spam:{
if (GENRE: isin $strip($1-)) { /scon 2 /msg #[PREADD] $v2 } }

### this channel on iRC-NETWORK-2 ###
on *:TEXT:*:#Pre-Spam:{
if (INFO: isin $strip($1-)) { /scon 2 /msg #[PREADD] $v2 } }



Quote

### this channel on iRC-NETWORK-2 ###
ALL INTO ONE TO MY CHANNEL #[PREADD] posting
-------------------------------------------------------------------------------

### this channel on iRC-NETWORK-1 ###
on *:TEXT:*:#Pre:{
if (PRE: isin $strip($1-)) { /scon 2 /msg #[PREADD-2] $v2 } }

### this channel on iRC-NETWORK-1 ###
on *:TEXT:*:#Pre.Spam:{
if (GENRE: isin $strip($1-)) { /scon 2 /msg #[PREADD-2] $v2 } }

### this channel on iRC-NETWORK-1 ###
on *:TEXT:*:#Pre.Spam:{
if (INFO: isin $strip($1-)) { /scon 2 /msg #[PREADD-2] $v2 } }

### this channel on iRC-NETWORK-1 ###
on *:TEXT:*:#Pre.Nuke:{
if (NUKE: isin $strip($1-)) { /scon 2 /msg #[PREADD-2] $v2 } }



greets
saner