Code:
 on *:text:$(JOINED*):#channel:{
 if ($nick == Abska) {
 if ($window(@Abska).state) {
 aline -h @Abska $date - $time $1-5
 }
 else {
 window -ng2 @Abska
 aline -h @Abska $date - $time $1-5
 }
 }
write logs\@Abska.log $strip($date - $time $1-5)
 } 


Please note that copying code from this forum, due to the way PHPbb works (I believe) will but that all into one line as a straight copy.

To copy it into multiple lines, as it appears, copy and paste the lines one at a time.