Hi,
I want to write the result of a given command to be written into a textfile. At the moment I try this, but that only writes "/users" into the file.

Code:
on 1:join:#Channel: {
  write -c c:\channels.txt /users
}


Anyone an idea?

Greetings,
Flo