1. mass-stuffs are not a fun thing to do 2. if you want to send the same message to everyone - use the channel, that's what it's for!! 3. if there's a fair amount of users, noticing everyone WILL flood you off.
alias noticeveryone { set %numNicks $nick(#channel,0) set %x 0 while (%x != %numNicks) { set %x %x + 1 notice $nick(#channel, %x) this is where your msg goes } }
that would be how to do each one individually but if you do that in a huge channel you will flood yourself and/or the server so its probably not wise to do.... anyway...why would you want to do it individually instead of noticing the whole chan???