Skip to content

Instantly share code, notes, and snippets.

@bgnori
Created April 11, 2012 05:15
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 bgnori/2357133 to your computer and use it in GitHub Desktop.
Save bgnori/2357133 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
module Termtter::Client
register_macro(:chihirow, "update %s もう生きるのが疲れました。",
:help => ['chihirow {SCREENNAME}', 'update "@{SCREENNAME} もう生きるのが疲れました。"']
)
end
module Termtter::Client
register_macro(:chihirow, "update @%s もう生きるのが疲れました。",
:help => ['chihirow {SCREENNAME}', 'update @%s もう生きるのが疲れました。']
)
end
# vim: fenc=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment