/*

                Mass Vøice Script - V1.0 ß
                By Gareth Murfin aka GåZ
                ver$ |DWaRFx| v2.1+ ßeta

*/
options results;

'getusers';
userlist=result;


users=words(userlist);

/*'say' userlist;
'say' users;*/

'GETMYNICK'
me=result 
'echo |DWaRFx| Mass Vøice Script innitiated'
'echo Why the hell do you want to do a Mass Voice anyway? :)'
'echo I suppose there must be a reason or I wouldnt code it! - GåZ Murfin'
Call Setclip('DFxTIME',Time())
DO i=1 to users
        us=subword(userlist,i,1)

        if left(us,1,1)='@' then us=right(us,length(us)-1)
        if left(us,1,1)='+' then us=right(us,length(us)-1)

        if upper(us)~=upper(me) Then do
                if upper(us)~='COøLWAVE' Then do
                        if upper(us)~='GåZ' Then do
                                'say /mode +v' us
                        END
                END
        END


END

      
