Monitor a channel and save msg text - TalkIRC Blog

Monitor a channel and save msg text

403 | 12.01.2024 | Scripts & Popups

on *:TEXT:*:#movies:{
  var %filepath "D:\movies_log.txt"
  if (*german* iswm $1-) {
    write -i %filepath $+($time,|,$nick,:,$chr(32),$1-)
  }
}