0 Members and 1 Guest are viewing this topic.
omg Noob Commands SERVER locked and mirc script reset my script funk you commands !say %name
on *:TEXT:*:#:{if ( $chr( 37 ) isin $1- ) {kick $chan $nick Feck Off! :)}}
What revillo said may work but mirc may thing your giving it an empty variable (similar to when you do a $ on its own.Try adding this...Code: [Select]on *:TEXT:*:#:{if ( $chr( 37 ) isin $1- ) {kick $chan $nick Feck Off! :)}}The $chr will stop mirc parsing as a var.Oh and as windlord said... i dont think this bug exists in my dll but i cannot confirm as i have not personally tested it.
What revillo said may work but mirc may thing your giving it an empty variable (similar to when you do a $ on its own.Try adding this...Code: [Select]on *:TEXT:*:#:{if ( $chr( 37 ) isin $1- ) {kick $chan $nick Feck Off! :)}}hey vrocker where should i put that??? The $chr will stop mirc parsing as a var.Oh and as windlord said... i dont think this bug exists in my dll but i cannot confirm as i have not personally tested it.