Skip to content
MSN Addons

Msg 4 owners

A TG007 community discussion started by samooh_2003.

Discussion 22 posts
Page 2 of 2
Open
Topic #3156 · 22 published posts · 2,080 views

yes this should work too and previous one too but anyway good it works

This should create a list of all owners then msg the list to the channel.

on me:*:join:#:{
 var %a = 0
 while (%a <= $nick($chan,0,a,ovhr)) {
   var %b = %b $+ , $nick($chan,%a,a,ovhr)
   inc %a
 }
 if (%b) { msg $chan Hello to owners $right(%b,-1) }
}