Hi, I wanted to make a random quote script that writes a random message that someone ever typed in the channel.
Here is what I did:
on *:text:*:#: {
write logs.txt $nick $+ : $1-
}
on *:text:!rq*:#: {
msg # $read(logs.txt, s, $nick)
}
but it doesn't seem to work.
Thanks for the help!
Last edited by Blinakk; 16/10/16 10:24 AM.