Skip to content

Instantly share code, notes, and snippets.

@nicovalencia
Created June 6, 2012 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicovalencia/2879382 to your computer and use it in GitHub Desktop.
Save nicovalencia/2879382 to your computer and use it in GitHub Desktop.
ZNC Announcer
# must have log module loaded
# working to regex out the timestamps and repeat posts
ssh your.znc.server "tail -f ~/.znc/users/your_user_name/moddata/log/#channel.log" | while read line ; do echo $line | say ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment