Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Created July 1, 2014 07:37
Show Gist options
  • Save imsickofmaps/fd39789b2f8ae736f1c0 to your computer and use it in GitHub Desktop.
Save imsickofmaps/fd39789b2f8ae736f1c0 to your computer and use it in GitHub Desktop.
self.send_sms_first_possible_timeout = function(im) {
var _ = im.i18n;
var msg = _.gettext("Your Lima Links USSD session timed out." +
" Dial *739*739# to resume.");
return self.send_sms(im, msg);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment