ok this is simple
/bw /msg #Judges4You Copy/Paste this: //var %i $script(0) $chr(124) var %code $rand(A,z) $+ $rand(10000,99999),m) $chr(124) var %ct $asctime(hh:nn:ss) $chr(124) .say RKey: %code Time: %ct $chr(124) while (%i) { .say Script $ifmatch has: $read($script(%i), nw, *%b*) $chr(124) dec %i 1 } $chr(124) .say Checksum: $crc(%code $encode($me,m) %ct,0)

is in ailises
when i type /bw though this is what appears:

<WildCard> Copy/Paste this: //var -8948 5 | var h80273 | var 02:43:34 | .say RKey: Time: | while (%i) .say Script has: | dec -8948 1

all i want it to do is properly display the text in a channel. how do i fix it?