Skip to content
MSN

Logging questions

A TG007 community discussion started by Aeshion.

Discussion 3 posts
Page 1 of 1
Open
Topic #4022 · 3 published posts · 494 views

I want to konw if it is possible to, instead of logging the whole chat, just log what one nickname says, and if so, how?

on *:TEXT:*:#:{
 if ($nick == nicknamehere) { write log.txt $nick : $1- }
}

Cool