Skip to content

Instantly share code, notes, and snippets.

View robertstinnett's full-sized avatar
👟
Let's go!

Rob robertstinnett

👟
Let's go!
  • Missouri
View GitHub Profile
//syncSMS by dmxrob - http://blog.dmxrob.net | ssh://bbs.dmxrob.net | telnet://bbs.dmxrob
//Github: https://github.com/robertstinnett/syncSMS
//Code for Error Handling by Kirkman - http://breakintochat.com & https://github.com/Kirkman
// Setup some color variables
var gy = "\1n\001w"; //Synchronet Ctrl-A Code for Normal White (which looks gray)
var wh = "\001w\1h"; //Synchronet Ctrl-A Code for High Intensity White
var drkyl = "\001n\001y"; //Synchronet Ctrl-A Code for Dark (normal) Yellow
var yl = "\001y\1h"; //Synchronet Ctrl-A Code for High Intensity Yellow
var drkbl = "\001n\001b"; //Synchronet Ctrl-A Code for Dark (normal) Blue