Skip to content

Instantly share code, notes, and snippets.

@0xallie
Last active July 23, 2016 16:23
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 0xallie/819e3043420c0fef558b0ee3fbc628b0 to your computer and use it in GitHub Desktop.
Save 0xallie/819e3043420c0fef558b0ee3fbc628b0 to your computer and use it in GitHub Desktop.
supybot.plugins.GitHub.format.before.push: cif [ceq [echo $after__short] 0000000] "utilities ignore" "echo \\"[\x0310$repository__name\x03]\\" \x0307$sender__login\x03 [gh.pushinfo] [gh.numcommits] \x0309$ref__branch\x03 [format join \\" \\" [gh.fpushinfo] \\"\x0313$compare__tiny\x03\\"]"
supybot.plugins.GitHub.format.push: echo "[\x0310$repository__name\x03]" [color 07 [gh.commitauthor]] \x0314$__commit__id__short\x03 $__commit__message__firstline
supybot.plugins.GitHub.format.commit_comment: echo "[\x0310$repository__name\x03]" \x0307$comment__user__login\x03 commented on commit \x039$comment__commit_id__short\x03 \x0313$comment__html_url__tiny\x03
supybot.plugins.GitHub.format.issues: echo "[\x0310$repository__name\x03]" \x0307$sender__login\x03 $action issue [concat "\x0309#$issue__number\x03" [cif [ceq [echo $label__name] [echo $$label__name]] "echo :" "echo \\" as \x0308$label__name\x03:\\""]] $issue__title \x0313$issue__html_url__tiny\x03
supybot.plugins.GitHub.format.issue_comment: echo "[\x0310$repository__name\x03]" \x0307$sender__login\x03 [cif [ceq [echo $action] created] "echo commented" "echo $action a comment"] on issue \x0309#$issue__number\x03: $issue__title \x0313$issue__html_url__tiny\x03
supybot.plugins.GitHub.format.status: cif [ceq [echo $state] pending] "utilities ignore" "echo \\"[\x0310$repository__name\x03]\\" Status for commit \x02$commit__commit__message__firstline\x02 by \x0307$commit__commit__author__name\x03: [gh.travisstatus] \x0313$target_url\x03"
supybot.plugins.GitHub.format.pull_request: echo "[\x0310$repository__name\x03]" \x0307$sender__login\x03 [cif [ceq [echo $action] synchronize] "echo synchronized" "echo $action"] pull request \x0309#$number\x03: $pull_request__title \x0313$pull_request__html_url__tiny\x03
supybot.plugins.GitHub.format.pull_request_review_comment: echo "[\x0310$repository__name\x03]" \x0307$comment__user__login\x03 reviewed pull request \x0309#$pull_request__number\x03: $pull_request__title \x0313$pull_request__html_url__tiny\x03
supybot.plugins.GitHub.format.create: echo "[\x0310$repository__name\x03]" \x0307$sender__login\x03 created $ref_type \x0309$ref\x03
supybot.plugins.GitHub.format.delete: echo "[\x0310$repository__name\x03]" \x0307$sender__login\x03 \x0304deleted\x03 $ref_type \x0309$ref\x03
supybot.plugins.GitHub.format.gollum: echo "[\x0310$repository__name\x03]" \x0307$sender__login\x03 $__page__action wiki page \x0309$__page__title\x03 \x0313$__page__html_url__tiny\x03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment