raw 332:*: haltdef | echo -tc topic $2 Topic is: $3-
raw 333:*: haltdef | echo -tc topic $2 Set by $3 on $asctime($4)
The channel that the raw triggered for is $2.
Greets
I had already taken care of that with the supplied code. Notice how the -c switch is used with echo, along with the parameter 'topic'. That means the text will be displayed in your specified topic color, as configured in the colors dialog.
If you do alt+k in mIRC, it will take you to the colors dialog, and there you can see all the names with their according color.
For a custom scripted on join event for example, we could do //echo -t
c join <channel> <text>
Greets