Don't know why I can't figure this out. HOw do you get a On *:text to work when you type something. I have the script on my computer and want it to record everything that is on the line when truguce is said. For some reason I cant get it to run when i type it. This is what I have
Code:
on *:text:truguce*:#help: {
  write -ai truguce.txt $1- - Added $date 
  msg $chan Added $1-
}