├── .github └── workflows │ ├── hacktrack.yml │ └── main.yml ├── CONTRIBUTING.md ├── Interaction └── Handle an SN quiz.js ├── Parsers ├── AJB emoji spam.js ├── Admin tool - Admin information.js ├── Admin tool - Send.js ├── Admin tool - Verify.js ├── Admin tool - Whois.js ├── Animal Facts.js ├── Another fact.js ├── App Update Script.js ├── Ask for more details.js ├── Bang up job.js ├── Based ├── BitcoinPrice.js ├── Bowtie when chuck is mentioned.js ├── Break Point Podcast with Chuck Tomasi.js ├── CaesarCypher.js ├── Calculator.js ├── Check for phrase usage in the last seven days.js ├── Check if user is verified.js ├── Clap back.js ├── CoinFlip.js ├── Convert Kilometre to Miles.js ├── Convert Miles to Kilometre.js ├── Convert temperatures.js ├── Corporate Joke.js ├── Create a GitHub issue.js ├── Create a new SN Quiz.js ├── Creator Toolbox.js ├── Currency Converter.js ├── Curse some text.js ├── Dad Joke.js ├── Daily Motivation.js ├── Downdetector.js ├── Find Paper.js ├── Find a book.js ├── Find a recipe.js ├── Find a relevant XKCD comic.js ├── Flip text upside down.js ├── FruitRiddle.js ├── Generate Lorem Ipsum text.js ├── Generate a ServiceNow Product name.js ├── Generate an AI chat react.js ├── Generate an AI chat.js ├── Generate an AI image.js ├── Generate dev shortlink.js ├── Get NASA Astronomy Picture of the Day.js ├── Get a music link.js ├── Get the Product Documentation.js ├── Give a Magic 8Ball answer.js ├── Gulash - cook up some Hungarian Notation.js ├── Hacktoberfest Leaderboard.js ├── Hacktoberfest.js ├── Hello from.js ├── Highlight Maintainers.js ├── Highlighted developer MVP content.js ├── I want to be big - Ask Zoltar.js ├── Ice Breaker.js ├── Inspiration.js ├── Let a dungeon master determine your fate.js ├── Lets have a points party.js ├── Link to all ServiceNow Developer Meetups.js ├── Live Coding Happy Hour.js ├── Lovebomb.js ├── Minutes to Seconds.js ├── NDA.js ├── News Article Parser.js ├── Next Experience Center of Excellence.js ├── Not Cool enough for Cool-Stuff.js ├── Parrot Wave chat trigger.js ├── Parrot wave starter.js ├── Random Number generator.js ├── Random fact generator.js ├── Remind someone to ask a question.js ├── Reverse.js ├── Roll the dice.js ├── Search Wikipedia.js ├── Search the Developer Share application repo ├── Send an affirmation.js ├── Servicenow books.js ├── Show all SlackerBot commands.js ├── Show some pride.js ├── Show where the International Space Station is now.js ├── SlackerBot Privacy Management.js ├── Slap someone with a trout.js ├── So Extra Reacts.js ├── Start a Jitsi meeting.js ├── Stranger things quote.js ├── Summarize the thread so far.js ├── Tell a Random Joke.js ├── Text to Binary.js ├── Tips for Slack.js ├── Translator.js ├── Weather Report Generator.js ├── Welcome react.js ├── What time is it.js ├── Word Dictionary.js ├── Write text in SponGeBoB case.js ├── YouTube Shorts Link.js ├── fetch IP Address Information.js ├── lmgtfy or google search term.js ├── snutils.js ├── weekMoji.js └── yesalyn ├── README.md ├── Slack App Manifest ├── appmanifest.json ├── appmanifest.yaml ├── fromanappmanifest.png └── readme.md ├── b02cf9e61b861d10d806dc23b24bcb3f ├── README.md ├── author_elective_update │ ├── sys_choice_x_snc_slackerbot_payload_payload_type.xml │ ├── sys_metadata_link_4b63e858472ad1106eaffa37536d43eb.xml │ ├── sys_metadata_link_6570bb8397a21110b29b7c80f053af49.xml │ ├── sys_metadata_link_71f9c17147de99506eaffa37536d4312.xml │ ├── sys_metadata_link_8e70b30797a21110b29b7c80f053afe1.xml │ ├── sys_properties_7250d78797221110b29b7c80f053af74.xml │ ├── sys_properties_category_m2m_7c9381d897e291101f613aefe153afe1.xml │ ├── sys_properties_category_m2m_ab83c5d897e291101f613aefe153afd8.xml │ ├── sys_script_include_8e6de2a3971e5110b29b7c80f053af5d.xml │ ├── sys_script_include_dd3682621bc61d10d806dc23b24bcbc0.xml │ ├── sys_script_include_e0e3fa67971e5110b29b7c80f053af1e.xml │ ├── sys_security_acl_role_325e71aa1b861d10d806dc23b24bcb09.xml │ ├── sys_security_acl_role_725e71aa1b861d10d806dc23b24bcb0e.xml │ ├── sys_security_acl_role_7e5e31aa1b861d10d806dc23b24bcbfe.xml │ ├── sys_security_acl_role_fe5e71aa1b861d10d806dc23b24bcb03.xml │ ├── sys_ui_application_b96dfd2a1b861d10d806dc23b24bcb59.xml │ ├── sys_ui_module_756dfd2a1b861d10d806dc23b24bcb5c.xml │ └── sys_user_role_3a5efd6a1b861d10d806dc23b24bcb9f.xml ├── checksum.txt ├── dictionary │ ├── x_snc_slackerbot_chat.xml │ ├── x_snc_slackerbot_interaction.xml │ ├── x_snc_slackerbot_parser.xml │ ├── x_snc_slackerbot_payload.xml │ └── x_snc_slackerbot_user.xml ├── sys_app_b02cf9e61b861d10d806dc23b24bcb3f.xml └── update │ ├── pa_dashboards_permissions_18ed0cb21b8e1d10d806dc23b24bcb46.xml │ ├── pa_dashboards_permissions_5ced0cb21b8e1d10d806dc23b24bcb44.xml │ ├── pa_dashboards_permissions_d0ed0cb21b8e1d10d806dc23b24bcb48.xml │ ├── pa_dashboards_permissions_d4ed0cb21b8e1d10d806dc23b24bcb41.xml │ ├── sys_app_application_b56dfd2a1b861d10d806dc23b24bcb52.xml │ ├── sys_app_module_03b2c2ae1b861d10d806dc23b24bcbb2.xml │ ├── sys_app_module_7e5e31aa1b861d10d806dc23b24bcbf9.xml │ ├── sys_app_module_82da0f3bc3d15a5055bdd523e40131ae.xml │ ├── sys_app_module_99314e2e1b861d10d806dc23b24bcb8b.xml │ ├── sys_app_module_ea75419c97e291101f613aefe153afd2.xml │ ├── sys_app_module_fd6dfd2a1b861d10d806dc23b24bcb55.xml │ ├── sys_db_object_22d0c62e1b861d10d806dc23b24bcb4f.xml │ ├── sys_db_object_443f71ea1b861d10d806dc23b24bcb2d.xml │ ├── sys_db_object_56bc752a1b861d10d806dc23b24bcbc3.xml │ ├── sys_db_object_683e3d6a1b861d10d806dc23b24bcb93.xml │ ├── sys_db_object_ee0be417c3dd165055bdd523e401314f.xml │ ├── sys_dictionary_x_snc_slackerbot_chat_channel.xml │ ├── sys_dictionary_x_snc_slackerbot_chat_null.xml │ ├── sys_dictionary_x_snc_slackerbot_chat_text.xml │ ├── sys_dictionary_x_snc_slackerbot_chat_thread_ts.xml │ ├── sys_dictionary_x_snc_slackerbot_chat_ts.xml │ ├── sys_dictionary_x_snc_slackerbot_chat_user.xml │ ├── sys_dictionary_x_snc_slackerbot_interaction_action_id_regex.xml │ ├── sys_dictionary_x_snc_slackerbot_interaction_active.xml │ ├── sys_dictionary_x_snc_slackerbot_interaction_description.xml │ ├── sys_dictionary_x_snc_slackerbot_interaction_null.xml │ ├── sys_dictionary_x_snc_slackerbot_interaction_related_parsers.xml │ ├── sys_dictionary_x_snc_slackerbot_interaction_script.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_activation_example.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_active.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_description.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_emoji.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_flags.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_include_in_help.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_null.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_order.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_regex.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_script.xml │ ├── sys_dictionary_x_snc_slackerbot_parser_stop_processing.xml │ ├── sys_dictionary_x_snc_slackerbot_payload_channel.xml │ ├── sys_dictionary_x_snc_slackerbot_payload_null.xml │ ├── sys_dictionary_x_snc_slackerbot_payload_payload.xml │ ├── sys_dictionary_x_snc_slackerbot_payload_payload_type.xml │ ├── sys_dictionary_x_snc_slackerbot_payload_ts.xml │ ├── sys_dictionary_x_snc_slackerbot_user_admin_info.xml │ ├── sys_dictionary_x_snc_slackerbot_user_name.xml │ ├── sys_dictionary_x_snc_slackerbot_user_name_updated.xml │ ├── sys_dictionary_x_snc_slackerbot_user_null.xml │ ├── sys_dictionary_x_snc_slackerbot_user_pronouns.xml │ ├── sys_dictionary_x_snc_slackerbot_user_user_id.xml │ ├── sys_dictionary_x_snc_slackerbot_user_user_info.xml │ ├── sys_dictionary_x_snc_slackerbot_user_verified.xml │ ├── sys_documentation_x_snc_slackerbot_chat__en.xml │ ├── sys_documentation_x_snc_slackerbot_chat_channel_en.xml │ ├── sys_documentation_x_snc_slackerbot_chat_text_en.xml │ ├── sys_documentation_x_snc_slackerbot_chat_thread_ts_en.xml │ ├── sys_documentation_x_snc_slackerbot_chat_ts_en.xml │ ├── sys_documentation_x_snc_slackerbot_chat_user_en.xml │ ├── sys_documentation_x_snc_slackerbot_interaction_action_id_regex_en.xml │ ├── sys_documentation_x_snc_slackerbot_interaction_active_en.xml │ ├── sys_documentation_x_snc_slackerbot_interaction_description_en.xml │ ├── sys_documentation_x_snc_slackerbot_interaction_related_parsers_en.xml │ ├── sys_documentation_x_snc_slackerbot_interaction_script_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser__en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_activation_example_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_active_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_description_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_emoji_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_flags_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_include_in_help_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_order_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_regex_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_script_en.xml │ ├── sys_documentation_x_snc_slackerbot_parser_stop_processing_en.xml │ ├── sys_documentation_x_snc_slackerbot_payload__en.xml │ ├── sys_documentation_x_snc_slackerbot_payload_channel_en.xml │ ├── sys_documentation_x_snc_slackerbot_payload_payload_en.xml │ ├── sys_documentation_x_snc_slackerbot_payload_payload_type_en.xml │ ├── sys_documentation_x_snc_slackerbot_payload_ts_en.xml │ ├── sys_documentation_x_snc_slackerbot_user__en.xml │ ├── sys_documentation_x_snc_slackerbot_user_admin_info_en.xml │ ├── sys_documentation_x_snc_slackerbot_user_name_en.xml │ ├── sys_documentation_x_snc_slackerbot_user_name_updated_en.xml │ ├── sys_documentation_x_snc_slackerbot_user_pronouns_en.xml │ ├── sys_documentation_x_snc_slackerbot_user_user_id_en.xml │ ├── sys_documentation_x_snc_slackerbot_user_user_info_en.xml │ ├── sys_documentation_x_snc_slackerbot_user_verified_en.xml │ ├── sys_embedded_help_role_3e5efd6a1b861d10d806dc23b24bcba0.xml │ ├── sys_embedded_help_role_656dfd2a1b861d10d806dc23b24bcb40.xml │ ├── sys_properties_34e39a6e1bc61d10d806dc23b24bcb5f.xml │ ├── sys_properties_60ff8c7447a3b5d0e628d855d36d439a.xml │ ├── sys_properties_75bd6fe81b1a9510d806dc23b24bcb63.xml │ ├── sys_properties_8a1d487047a3b5d0e628d855d36d43d8.xml │ ├── sys_properties_category_23c2c59897e291101f613aefe153afd6.xml │ ├── sys_properties_category_m2m_129349d897e291101f613aefe153afbe.xml │ ├── sys_properties_category_m2m_50d9169547ab79d0e628d855d36d4367.xml │ ├── sys_properties_category_m2m_679389d897e291101f613aefe153af53.xml │ ├── sys_properties_category_m2m_b7b9dad147ab79d0e628d855d36d4378.xml │ ├── sys_properties_category_m2m_cc53859897e291101f613aefe153af28.xml │ ├── sys_properties_dd0048032f9ad11081e256f62799b6b3.xml │ ├── sys_scope_privilege_027c0a221b0edd10cba18485604bcb55.xml │ ├── sys_scope_privilege_0a7c0a221b0edd10cba18485604bcb51.xml │ ├── sys_scope_privilege_1e12dbc01b565510cba18485604bcb4d.xml │ ├── sys_scope_privilege_21b396e61b0edd10cba18485604bcb43.xml │ ├── sys_scope_privilege_29a4c31a2f2c611000c25d492799b6e2.xml │ ├── sys_scope_privilege_2dbe4e2a1bc61d10d806dc23b24bcb67.xml │ ├── sys_scope_privilege_30cf63ac1b1a9510d806dc23b24bcb9a.xml │ ├── sys_scope_privilege_332c46a61bc61d10d806dc23b24bcb3b.xml │ ├── sys_scope_privilege_372c46a61bc61d10d806dc23b24bcb39.xml │ ├── sys_scope_privilege_3b2c46a61bc61d10d806dc23b24bcb3e.xml │ ├── sys_scope_privilege_3f2c46a61bc61d10d806dc23b24bcb3c.xml │ ├── sys_scope_privilege_45988b1e2f2c611000c25d492799b6c2.xml │ ├── sys_scope_privilege_619096aa1bc61d10d806dc23b24bcb55.xml │ ├── sys_scope_privilege_6c4092261b0edd10cba18485604bcb02.xml │ ├── sys_scope_privilege_75be4e2a1bc61d10d806dc23b24bcb6d.xml │ ├── sys_scope_privilege_791e147847e3b5d0e628d855d36d4334.xml │ ├── sys_scope_privilege_a3d3ac304727b5d0e628d855d36d43bf.xml │ ├── sys_scope_privilege_a94f866a1bc61d10d806dc23b24bcb30.xml │ ├── sys_scope_privilege_b9be4e2a1bc61d10d806dc23b24bcb6b.xml │ ├── sys_scope_privilege_b9be4e2a1bc61d10d806dc23b24bcbe0.xml │ ├── sys_scope_privilege_bc8672962fe8611000c25d492799b63e.xml │ ├── sys_scope_privilege_d848a7801b9e1510d806dc23b24bcb15.xml │ ├── sys_scope_privilege_edb356e61b0edd10cba18485604bcb6c.xml │ ├── sys_scope_privilege_f48672962fe8611000c25d492799b63c.xml │ ├── sys_scope_privilege_f72c46a61bc61d10d806dc23b24bcb36.xml │ ├── sys_scope_privilege_fb2c86a61bc61d10d806dc23b24bcbda.xml │ ├── sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcb69.xml │ ├── sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcbde.xml │ ├── sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcbe2.xml │ ├── sys_script_1187126e979a19106b6050081153af51.xml │ ├── sys_script_2e7e0a2a1bc61d10d806dc23b24bcb1c.xml │ ├── sys_script_36471c93c35d165055bdd523e40131ab.xml │ ├── sys_script_5a6efbf22f9ad11081e256f62799b69f.xml │ ├── sys_script_69288ea21bc61d10d806dc23b24bcb51.xml │ ├── sys_script_b64906e21bc61d10d806dc23b24bcbd9.xml │ ├── sys_script_dbdd422a1bc61d10d806dc23b24bcb47.xml │ ├── sys_script_e6781b85db565510791d8f8d13961907.xml │ ├── sys_script_include_b2c246ae1b861d10d806dc23b24bcbac.xml │ ├── sys_security_acl_066dfd2a1b861d10d806dc23b24bcb89.xml │ ├── sys_security_acl_11314e2e1b861d10d806dc23b24bcba2.xml │ ├── sys_security_acl_1acb8bbbc3d15a5055bdd523e40131c9.xml │ ├── sys_security_acl_1fb2c2ae1b861d10d806dc23b24bcbc3.xml │ ├── sys_security_acl_28ab47bbc3d15a5055bdd523e4013159.xml │ ├── sys_security_acl_356dfd2a1b861d10d806dc23b24bcb66.xml │ ├── sys_security_acl_365e31aa1b861d10d806dc23b24bcbfc.xml │ ├── sys_security_acl_3a5e71aa1b861d10d806dc23b24bcb06.xml │ ├── sys_security_acl_3b5b8f7bc3d15a5055bdd523e4013148.xml │ ├── sys_security_acl_756dfd2a1b861d10d806dc23b24bcb6b.xml │ ├── sys_security_acl_796dfd2a1b861d10d806dc23b24bcb5f.xml │ ├── sys_security_acl_7a5e71aa1b861d10d806dc23b24bcb0b.xml │ ├── sys_security_acl_9bb2c2ae1b861d10d806dc23b24bcbb9.xml │ ├── sys_security_acl_9d314e2e1b861d10d806dc23b24bcb97.xml │ ├── sys_security_acl_c7b2c2ae1b861d10d806dc23b24bcbb4.xml │ ├── sys_security_acl_d9314e2e1b861d10d806dc23b24bcb92.xml │ ├── sys_security_acl_dbb2c2ae1b861d10d806dc23b24bcbbe.xml │ ├── sys_security_acl_dd314e2e1b861d10d806dc23b24bcb9c.xml │ ├── sys_security_acl_eceb4fbbc3d15a5055bdd523e40131d0.xml │ ├── sys_security_acl_f65e71aa1b861d10d806dc23b24bcb01.xml │ ├── sys_security_acl_role_0e6dfd2a1b861d10d806dc23b24bcb8b.xml │ ├── sys_security_acl_role_13b2c2ae1b861d10d806dc23b24bcbb7.xml │ ├── sys_security_acl_role_15314e2e1b861d10d806dc23b24bcb95.xml │ ├── sys_security_acl_role_16cb8bbbc3d15a5055bdd523e40131ca.xml │ ├── sys_security_acl_role_24ab47bbc3d15a5055bdd523e401315a.xml │ ├── sys_security_acl_role_29314e2e1b861d10d806dc23b24bcba4.xml │ ├── sys_security_acl_role_3d6dfd2a1b861d10d806dc23b24bcb68.xml │ ├── sys_security_acl_role_409e75aa1b861d10d806dc23b24bcbf6.xml │ ├── sys_security_acl_role_4e6dfd2a1b861d10d806dc23b24bcb6d.xml │ ├── sys_security_acl_role_64eb4fbbc3d15a5055bdd523e40131d1.xml │ ├── sys_security_acl_role_686b0f7bc3d15a5055bdd523e40131f7.xml │ ├── sys_security_acl_role_809eb5aa1b861d10d806dc23b24bcbca.xml │ ├── sys_security_acl_role_849ef5aa1b861d10d806dc23b24bcb0c.xml │ ├── sys_security_acl_role_93b2c2ae1b861d10d806dc23b24bcbbc.xml │ ├── sys_security_acl_role_95314e2e1b861d10d806dc23b24bcb9a.xml │ ├── sys_security_acl_role_d3b2c2ae1b861d10d806dc23b24bcbc1.xml │ ├── sys_security_acl_role_d5314e2e1b861d10d806dc23b24bcb9f.xml │ ├── sys_security_acl_role_dbb2c2ae1b861d10d806dc23b24bcbd2.xml │ ├── sys_security_acl_role_fa8e75aa1b861d10d806dc23b24bcb9f.xml │ ├── sys_security_acl_role_fd6dfd2a1b861d10d806dc23b24bcb62.xml │ ├── sys_ui_action_f59defe81b1a9510d806dc23b24bcbb7.xml │ ├── sys_ui_application_51314e2e1b861d10d806dc23b24bcb8e.xml │ ├── sys_ui_list_x_snc_slackerbot_chat_null.xml │ ├── sys_ui_list_x_snc_slackerbot_parser_null.xml │ ├── sys_ui_list_x_snc_slackerbot_payload_null.xml │ ├── sys_ui_list_x_snc_slackerbot_user_null.xml │ ├── sys_ui_module_15314e2e1b861d10d806dc23b24bcb90.xml │ ├── sys_ui_section_1a9515821b5251105218fcc6cc4bcba6.xml │ ├── sys_ui_section_375c0aa61bc61d10d806dc23b24bcbd7.xml │ ├── sys_ui_section_73be4e2a1bc61d10d806dc23b24bcb99.xml │ ├── sys_ui_section_7e0b2417c3dd165055bdd523e401316f.xml │ ├── sys_ui_section_863e462a1bc61d10d806dc23b24bcb7a.xml │ ├── sys_user_role_a16dfd2a1b861d10d806dc23b24bcb3d.xml │ ├── sys_ws_definition_1fabce661bc61d10d806dc23b24bcbd6.xml │ ├── sys_ws_definition_938f438c1b1e1510d806dc23b24bcb5a.xml │ ├── sys_ws_operation_51ff0b8c1b1e1510d806dc23b24bcb5c.xml │ ├── sys_ws_operation_bbcb42a61bc61d10d806dc23b24bcbd2.xml │ ├── sys_ws_operation_d7f9d1dec3d99e1055bdd523e4013194.xml │ ├── sysevent_register_32e347d62f2c611000c25d492799b621.xml │ ├── sysevent_script_action_1304071a2f2c611000c25d492799b64c.xml │ ├── ua_table_licensing_config_13b2c2ae1b861d10d806dc23b24bcbf0.xml │ ├── ua_table_licensing_config_69314e2e1b861d10d806dc23b24bcbc2.xml │ ├── ua_table_licensing_config_8b5e71aa1b861d10d806dc23b24bcb26.xml │ └── ua_table_licensing_config_8e6dfd2a1b861d10d806dc23b24bcbd9.xml └── sn_source_control.properties /.github/workflows/hacktrack.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/.github/workflows/hacktrack.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Interaction/Handle an SN quiz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Interaction/Handle an SN quiz.js -------------------------------------------------------------------------------- /Parsers/AJB emoji spam.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/AJB emoji spam.js -------------------------------------------------------------------------------- /Parsers/Admin tool - Admin information.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Admin tool - Admin information.js -------------------------------------------------------------------------------- /Parsers/Admin tool - Send.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Admin tool - Send.js -------------------------------------------------------------------------------- /Parsers/Admin tool - Verify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Admin tool - Verify.js -------------------------------------------------------------------------------- /Parsers/Admin tool - Whois.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Admin tool - Whois.js -------------------------------------------------------------------------------- /Parsers/Animal Facts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Animal Facts.js -------------------------------------------------------------------------------- /Parsers/Another fact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Another fact.js -------------------------------------------------------------------------------- /Parsers/App Update Script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/App Update Script.js -------------------------------------------------------------------------------- /Parsers/Ask for more details.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Ask for more details.js -------------------------------------------------------------------------------- /Parsers/Bang up job.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Bang up job.js -------------------------------------------------------------------------------- /Parsers/Based: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Based -------------------------------------------------------------------------------- /Parsers/BitcoinPrice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/BitcoinPrice.js -------------------------------------------------------------------------------- /Parsers/Bowtie when chuck is mentioned.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Bowtie when chuck is mentioned.js -------------------------------------------------------------------------------- /Parsers/Break Point Podcast with Chuck Tomasi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Break Point Podcast with Chuck Tomasi.js -------------------------------------------------------------------------------- /Parsers/CaesarCypher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/CaesarCypher.js -------------------------------------------------------------------------------- /Parsers/Calculator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Calculator.js -------------------------------------------------------------------------------- /Parsers/Check for phrase usage in the last seven days.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Check for phrase usage in the last seven days.js -------------------------------------------------------------------------------- /Parsers/Check if user is verified.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Check if user is verified.js -------------------------------------------------------------------------------- /Parsers/Clap back.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Clap back.js -------------------------------------------------------------------------------- /Parsers/CoinFlip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/CoinFlip.js -------------------------------------------------------------------------------- /Parsers/Convert Kilometre to Miles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Convert Kilometre to Miles.js -------------------------------------------------------------------------------- /Parsers/Convert Miles to Kilometre.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Convert Miles to Kilometre.js -------------------------------------------------------------------------------- /Parsers/Convert temperatures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Convert temperatures.js -------------------------------------------------------------------------------- /Parsers/Corporate Joke.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Corporate Joke.js -------------------------------------------------------------------------------- /Parsers/Create a GitHub issue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Create a GitHub issue.js -------------------------------------------------------------------------------- /Parsers/Create a new SN Quiz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Create a new SN Quiz.js -------------------------------------------------------------------------------- /Parsers/Creator Toolbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Creator Toolbox.js -------------------------------------------------------------------------------- /Parsers/Currency Converter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Currency Converter.js -------------------------------------------------------------------------------- /Parsers/Curse some text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Curse some text.js -------------------------------------------------------------------------------- /Parsers/Dad Joke.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Dad Joke.js -------------------------------------------------------------------------------- /Parsers/Daily Motivation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Daily Motivation.js -------------------------------------------------------------------------------- /Parsers/Downdetector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Downdetector.js -------------------------------------------------------------------------------- /Parsers/Find Paper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Find Paper.js -------------------------------------------------------------------------------- /Parsers/Find a book.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Find a book.js -------------------------------------------------------------------------------- /Parsers/Find a recipe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Find a recipe.js -------------------------------------------------------------------------------- /Parsers/Find a relevant XKCD comic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Find a relevant XKCD comic.js -------------------------------------------------------------------------------- /Parsers/Flip text upside down.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Flip text upside down.js -------------------------------------------------------------------------------- /Parsers/FruitRiddle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/FruitRiddle.js -------------------------------------------------------------------------------- /Parsers/Generate Lorem Ipsum text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Generate Lorem Ipsum text.js -------------------------------------------------------------------------------- /Parsers/Generate a ServiceNow Product name.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Generate a ServiceNow Product name.js -------------------------------------------------------------------------------- /Parsers/Generate an AI chat react.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Generate an AI chat react.js -------------------------------------------------------------------------------- /Parsers/Generate an AI chat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Generate an AI chat.js -------------------------------------------------------------------------------- /Parsers/Generate an AI image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Generate an AI image.js -------------------------------------------------------------------------------- /Parsers/Generate dev shortlink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Generate dev shortlink.js -------------------------------------------------------------------------------- /Parsers/Get NASA Astronomy Picture of the Day.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Get NASA Astronomy Picture of the Day.js -------------------------------------------------------------------------------- /Parsers/Get a music link.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Get a music link.js -------------------------------------------------------------------------------- /Parsers/Get the Product Documentation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Get the Product Documentation.js -------------------------------------------------------------------------------- /Parsers/Give a Magic 8Ball answer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Give a Magic 8Ball answer.js -------------------------------------------------------------------------------- /Parsers/Gulash - cook up some Hungarian Notation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Gulash - cook up some Hungarian Notation.js -------------------------------------------------------------------------------- /Parsers/Hacktoberfest Leaderboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Hacktoberfest Leaderboard.js -------------------------------------------------------------------------------- /Parsers/Hacktoberfest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Hacktoberfest.js -------------------------------------------------------------------------------- /Parsers/Hello from.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Hello from.js -------------------------------------------------------------------------------- /Parsers/Highlight Maintainers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Highlight Maintainers.js -------------------------------------------------------------------------------- /Parsers/Highlighted developer MVP content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Highlighted developer MVP content.js -------------------------------------------------------------------------------- /Parsers/I want to be big - Ask Zoltar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/I want to be big - Ask Zoltar.js -------------------------------------------------------------------------------- /Parsers/Ice Breaker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Ice Breaker.js -------------------------------------------------------------------------------- /Parsers/Inspiration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Inspiration.js -------------------------------------------------------------------------------- /Parsers/Let a dungeon master determine your fate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Let a dungeon master determine your fate.js -------------------------------------------------------------------------------- /Parsers/Lets have a points party.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Lets have a points party.js -------------------------------------------------------------------------------- /Parsers/Link to all ServiceNow Developer Meetups.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Link to all ServiceNow Developer Meetups.js -------------------------------------------------------------------------------- /Parsers/Live Coding Happy Hour.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Live Coding Happy Hour.js -------------------------------------------------------------------------------- /Parsers/Lovebomb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Lovebomb.js -------------------------------------------------------------------------------- /Parsers/Minutes to Seconds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Minutes to Seconds.js -------------------------------------------------------------------------------- /Parsers/NDA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/NDA.js -------------------------------------------------------------------------------- /Parsers/News Article Parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/News Article Parser.js -------------------------------------------------------------------------------- /Parsers/Next Experience Center of Excellence.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Next Experience Center of Excellence.js -------------------------------------------------------------------------------- /Parsers/Not Cool enough for Cool-Stuff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Not Cool enough for Cool-Stuff.js -------------------------------------------------------------------------------- /Parsers/Parrot Wave chat trigger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Parrot Wave chat trigger.js -------------------------------------------------------------------------------- /Parsers/Parrot wave starter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Parrot wave starter.js -------------------------------------------------------------------------------- /Parsers/Random Number generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Random Number generator.js -------------------------------------------------------------------------------- /Parsers/Random fact generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Random fact generator.js -------------------------------------------------------------------------------- /Parsers/Remind someone to ask a question.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Remind someone to ask a question.js -------------------------------------------------------------------------------- /Parsers/Reverse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Reverse.js -------------------------------------------------------------------------------- /Parsers/Roll the dice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Roll the dice.js -------------------------------------------------------------------------------- /Parsers/Search Wikipedia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Search Wikipedia.js -------------------------------------------------------------------------------- /Parsers/Search the Developer Share application repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Search the Developer Share application repo -------------------------------------------------------------------------------- /Parsers/Send an affirmation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Send an affirmation.js -------------------------------------------------------------------------------- /Parsers/Servicenow books.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Servicenow books.js -------------------------------------------------------------------------------- /Parsers/Show all SlackerBot commands.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Show all SlackerBot commands.js -------------------------------------------------------------------------------- /Parsers/Show some pride.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Show some pride.js -------------------------------------------------------------------------------- /Parsers/Show where the International Space Station is now.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Show where the International Space Station is now.js -------------------------------------------------------------------------------- /Parsers/SlackerBot Privacy Management.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/SlackerBot Privacy Management.js -------------------------------------------------------------------------------- /Parsers/Slap someone with a trout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Slap someone with a trout.js -------------------------------------------------------------------------------- /Parsers/So Extra Reacts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/So Extra Reacts.js -------------------------------------------------------------------------------- /Parsers/Start a Jitsi meeting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Start a Jitsi meeting.js -------------------------------------------------------------------------------- /Parsers/Stranger things quote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Stranger things quote.js -------------------------------------------------------------------------------- /Parsers/Summarize the thread so far.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Summarize the thread so far.js -------------------------------------------------------------------------------- /Parsers/Tell a Random Joke.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Tell a Random Joke.js -------------------------------------------------------------------------------- /Parsers/Text to Binary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Text to Binary.js -------------------------------------------------------------------------------- /Parsers/Tips for Slack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Tips for Slack.js -------------------------------------------------------------------------------- /Parsers/Translator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Translator.js -------------------------------------------------------------------------------- /Parsers/Weather Report Generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Weather Report Generator.js -------------------------------------------------------------------------------- /Parsers/Welcome react.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Welcome react.js -------------------------------------------------------------------------------- /Parsers/What time is it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/What time is it.js -------------------------------------------------------------------------------- /Parsers/Word Dictionary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Word Dictionary.js -------------------------------------------------------------------------------- /Parsers/Write text in SponGeBoB case.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/Write text in SponGeBoB case.js -------------------------------------------------------------------------------- /Parsers/YouTube Shorts Link.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/YouTube Shorts Link.js -------------------------------------------------------------------------------- /Parsers/fetch IP Address Information.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/fetch IP Address Information.js -------------------------------------------------------------------------------- /Parsers/lmgtfy or google search term.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/lmgtfy or google search term.js -------------------------------------------------------------------------------- /Parsers/snutils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/snutils.js -------------------------------------------------------------------------------- /Parsers/weekMoji.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/weekMoji.js -------------------------------------------------------------------------------- /Parsers/yesalyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Parsers/yesalyn -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/README.md -------------------------------------------------------------------------------- /Slack App Manifest/appmanifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Slack App Manifest/appmanifest.json -------------------------------------------------------------------------------- /Slack App Manifest/appmanifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Slack App Manifest/appmanifest.yaml -------------------------------------------------------------------------------- /Slack App Manifest/fromanappmanifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Slack App Manifest/fromanappmanifest.png -------------------------------------------------------------------------------- /Slack App Manifest/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/Slack App Manifest/readme.md -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/README.md -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_choice_x_snc_slackerbot_payload_payload_type.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_choice_x_snc_slackerbot_payload_payload_type.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_metadata_link_4b63e858472ad1106eaffa37536d43eb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_metadata_link_4b63e858472ad1106eaffa37536d43eb.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_metadata_link_6570bb8397a21110b29b7c80f053af49.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_metadata_link_6570bb8397a21110b29b7c80f053af49.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_metadata_link_71f9c17147de99506eaffa37536d4312.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_metadata_link_71f9c17147de99506eaffa37536d4312.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_metadata_link_8e70b30797a21110b29b7c80f053afe1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_metadata_link_8e70b30797a21110b29b7c80f053afe1.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_properties_7250d78797221110b29b7c80f053af74.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_properties_7250d78797221110b29b7c80f053af74.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_properties_category_m2m_7c9381d897e291101f613aefe153afe1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_properties_category_m2m_7c9381d897e291101f613aefe153afe1.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_properties_category_m2m_ab83c5d897e291101f613aefe153afd8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_properties_category_m2m_ab83c5d897e291101f613aefe153afd8.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_script_include_8e6de2a3971e5110b29b7c80f053af5d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_script_include_8e6de2a3971e5110b29b7c80f053af5d.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_script_include_dd3682621bc61d10d806dc23b24bcbc0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_script_include_dd3682621bc61d10d806dc23b24bcbc0.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_script_include_e0e3fa67971e5110b29b7c80f053af1e.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_script_include_e0e3fa67971e5110b29b7c80f053af1e.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_security_acl_role_325e71aa1b861d10d806dc23b24bcb09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_security_acl_role_325e71aa1b861d10d806dc23b24bcb09.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_security_acl_role_725e71aa1b861d10d806dc23b24bcb0e.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_security_acl_role_725e71aa1b861d10d806dc23b24bcb0e.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_security_acl_role_7e5e31aa1b861d10d806dc23b24bcbfe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_security_acl_role_7e5e31aa1b861d10d806dc23b24bcbfe.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_security_acl_role_fe5e71aa1b861d10d806dc23b24bcb03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_security_acl_role_fe5e71aa1b861d10d806dc23b24bcb03.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_ui_application_b96dfd2a1b861d10d806dc23b24bcb59.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_ui_application_b96dfd2a1b861d10d806dc23b24bcb59.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_ui_module_756dfd2a1b861d10d806dc23b24bcb5c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_ui_module_756dfd2a1b861d10d806dc23b24bcb5c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_user_role_3a5efd6a1b861d10d806dc23b24bcb9f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/author_elective_update/sys_user_role_3a5efd6a1b861d10d806dc23b24bcb9f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/checksum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/checksum.txt -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_chat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_chat.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_interaction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_interaction.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_parser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_parser.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_payload.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_payload.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_user.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/dictionary/x_snc_slackerbot_user.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/sys_app_b02cf9e61b861d10d806dc23b24bcb3f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/sys_app_b02cf9e61b861d10d806dc23b24bcb3f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/pa_dashboards_permissions_18ed0cb21b8e1d10d806dc23b24bcb46.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/pa_dashboards_permissions_18ed0cb21b8e1d10d806dc23b24bcb46.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/pa_dashboards_permissions_5ced0cb21b8e1d10d806dc23b24bcb44.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/pa_dashboards_permissions_5ced0cb21b8e1d10d806dc23b24bcb44.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/pa_dashboards_permissions_d0ed0cb21b8e1d10d806dc23b24bcb48.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/pa_dashboards_permissions_d0ed0cb21b8e1d10d806dc23b24bcb48.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/pa_dashboards_permissions_d4ed0cb21b8e1d10d806dc23b24bcb41.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/pa_dashboards_permissions_d4ed0cb21b8e1d10d806dc23b24bcb41.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_application_b56dfd2a1b861d10d806dc23b24bcb52.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_application_b56dfd2a1b861d10d806dc23b24bcb52.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_03b2c2ae1b861d10d806dc23b24bcbb2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_03b2c2ae1b861d10d806dc23b24bcbb2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_7e5e31aa1b861d10d806dc23b24bcbf9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_7e5e31aa1b861d10d806dc23b24bcbf9.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_82da0f3bc3d15a5055bdd523e40131ae.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_82da0f3bc3d15a5055bdd523e40131ae.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_99314e2e1b861d10d806dc23b24bcb8b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_99314e2e1b861d10d806dc23b24bcb8b.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_ea75419c97e291101f613aefe153afd2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_ea75419c97e291101f613aefe153afd2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_fd6dfd2a1b861d10d806dc23b24bcb55.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_app_module_fd6dfd2a1b861d10d806dc23b24bcb55.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_22d0c62e1b861d10d806dc23b24bcb4f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_22d0c62e1b861d10d806dc23b24bcb4f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_443f71ea1b861d10d806dc23b24bcb2d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_443f71ea1b861d10d806dc23b24bcb2d.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_56bc752a1b861d10d806dc23b24bcbc3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_56bc752a1b861d10d806dc23b24bcbc3.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_683e3d6a1b861d10d806dc23b24bcb93.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_683e3d6a1b861d10d806dc23b24bcb93.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_ee0be417c3dd165055bdd523e401314f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_db_object_ee0be417c3dd165055bdd523e401314f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_channel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_channel.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_text.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_thread_ts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_thread_ts.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_ts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_ts.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_user.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_chat_user.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_action_id_regex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_action_id_regex.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_active.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_active.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_description.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_description.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_related_parsers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_related_parsers.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_script.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_interaction_script.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_activation_example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_activation_example.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_active.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_active.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_description.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_description.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_emoji.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_emoji.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_flags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_flags.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_include_in_help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_include_in_help.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_order.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_order.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_regex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_regex.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_script.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_script.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_stop_processing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_parser_stop_processing.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_channel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_channel.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_payload.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_payload.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_payload_type.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_payload_type.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_ts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_payload_ts.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_admin_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_admin_info.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_name.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_name.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_name_updated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_name_updated.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_pronouns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_pronouns.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_user_id.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_user_id.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_user_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_user_info.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_verified.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_dictionary_x_snc_slackerbot_user_verified.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat__en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat__en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_channel_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_channel_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_text_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_text_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_thread_ts_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_thread_ts_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_ts_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_ts_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_user_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_chat_user_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_action_id_regex_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_action_id_regex_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_active_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_active_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_description_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_description_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_related_parsers_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_related_parsers_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_script_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_interaction_script_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser__en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser__en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_activation_example_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_activation_example_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_active_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_active_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_description_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_description_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_emoji_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_emoji_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_flags_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_flags_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_include_in_help_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_include_in_help_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_order_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_order_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_regex_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_regex_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_script_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_script_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_stop_processing_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_parser_stop_processing_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload__en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload__en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload_channel_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload_channel_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload_payload_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload_payload_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload_payload_type_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload_payload_type_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload_ts_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_payload_ts_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user__en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user__en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_admin_info_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_admin_info_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_name_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_name_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_name_updated_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_name_updated_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_pronouns_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_pronouns_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_user_id_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_user_id_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_user_info_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_user_info_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_verified_en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_documentation_x_snc_slackerbot_user_verified_en.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_embedded_help_role_3e5efd6a1b861d10d806dc23b24bcba0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_embedded_help_role_3e5efd6a1b861d10d806dc23b24bcba0.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_embedded_help_role_656dfd2a1b861d10d806dc23b24bcb40.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_embedded_help_role_656dfd2a1b861d10d806dc23b24bcb40.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_34e39a6e1bc61d10d806dc23b24bcb5f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_34e39a6e1bc61d10d806dc23b24bcb5f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_60ff8c7447a3b5d0e628d855d36d439a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_60ff8c7447a3b5d0e628d855d36d439a.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_75bd6fe81b1a9510d806dc23b24bcb63.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_75bd6fe81b1a9510d806dc23b24bcb63.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_8a1d487047a3b5d0e628d855d36d43d8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_8a1d487047a3b5d0e628d855d36d43d8.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_23c2c59897e291101f613aefe153afd6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_23c2c59897e291101f613aefe153afd6.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_129349d897e291101f613aefe153afbe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_129349d897e291101f613aefe153afbe.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_50d9169547ab79d0e628d855d36d4367.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_50d9169547ab79d0e628d855d36d4367.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_679389d897e291101f613aefe153af53.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_679389d897e291101f613aefe153af53.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_b7b9dad147ab79d0e628d855d36d4378.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_b7b9dad147ab79d0e628d855d36d4378.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_cc53859897e291101f613aefe153af28.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_category_m2m_cc53859897e291101f613aefe153af28.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_dd0048032f9ad11081e256f62799b6b3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_properties_dd0048032f9ad11081e256f62799b6b3.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_027c0a221b0edd10cba18485604bcb55.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_027c0a221b0edd10cba18485604bcb55.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_0a7c0a221b0edd10cba18485604bcb51.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_0a7c0a221b0edd10cba18485604bcb51.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_1e12dbc01b565510cba18485604bcb4d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_1e12dbc01b565510cba18485604bcb4d.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_21b396e61b0edd10cba18485604bcb43.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_21b396e61b0edd10cba18485604bcb43.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_29a4c31a2f2c611000c25d492799b6e2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_29a4c31a2f2c611000c25d492799b6e2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_2dbe4e2a1bc61d10d806dc23b24bcb67.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_2dbe4e2a1bc61d10d806dc23b24bcb67.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_30cf63ac1b1a9510d806dc23b24bcb9a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_30cf63ac1b1a9510d806dc23b24bcb9a.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_332c46a61bc61d10d806dc23b24bcb3b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_332c46a61bc61d10d806dc23b24bcb3b.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_372c46a61bc61d10d806dc23b24bcb39.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_372c46a61bc61d10d806dc23b24bcb39.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_3b2c46a61bc61d10d806dc23b24bcb3e.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_3b2c46a61bc61d10d806dc23b24bcb3e.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_3f2c46a61bc61d10d806dc23b24bcb3c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_3f2c46a61bc61d10d806dc23b24bcb3c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_45988b1e2f2c611000c25d492799b6c2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_45988b1e2f2c611000c25d492799b6c2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_619096aa1bc61d10d806dc23b24bcb55.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_619096aa1bc61d10d806dc23b24bcb55.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_6c4092261b0edd10cba18485604bcb02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_6c4092261b0edd10cba18485604bcb02.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_75be4e2a1bc61d10d806dc23b24bcb6d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_75be4e2a1bc61d10d806dc23b24bcb6d.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_791e147847e3b5d0e628d855d36d4334.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_791e147847e3b5d0e628d855d36d4334.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_a3d3ac304727b5d0e628d855d36d43bf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_a3d3ac304727b5d0e628d855d36d43bf.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_a94f866a1bc61d10d806dc23b24bcb30.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_a94f866a1bc61d10d806dc23b24bcb30.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_b9be4e2a1bc61d10d806dc23b24bcb6b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_b9be4e2a1bc61d10d806dc23b24bcb6b.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_b9be4e2a1bc61d10d806dc23b24bcbe0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_b9be4e2a1bc61d10d806dc23b24bcbe0.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_bc8672962fe8611000c25d492799b63e.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_bc8672962fe8611000c25d492799b63e.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_d848a7801b9e1510d806dc23b24bcb15.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_d848a7801b9e1510d806dc23b24bcb15.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_edb356e61b0edd10cba18485604bcb6c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_edb356e61b0edd10cba18485604bcb6c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_f48672962fe8611000c25d492799b63c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_f48672962fe8611000c25d492799b63c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_f72c46a61bc61d10d806dc23b24bcb36.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_f72c46a61bc61d10d806dc23b24bcb36.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_fb2c86a61bc61d10d806dc23b24bcbda.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_fb2c86a61bc61d10d806dc23b24bcbda.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcb69.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcb69.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcbde.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcbde.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcbe2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_scope_privilege_fdbe4e2a1bc61d10d806dc23b24bcbe2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_1187126e979a19106b6050081153af51.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_1187126e979a19106b6050081153af51.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_2e7e0a2a1bc61d10d806dc23b24bcb1c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_2e7e0a2a1bc61d10d806dc23b24bcb1c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_36471c93c35d165055bdd523e40131ab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_36471c93c35d165055bdd523e40131ab.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_5a6efbf22f9ad11081e256f62799b69f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_5a6efbf22f9ad11081e256f62799b69f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_69288ea21bc61d10d806dc23b24bcb51.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_69288ea21bc61d10d806dc23b24bcb51.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_b64906e21bc61d10d806dc23b24bcbd9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_b64906e21bc61d10d806dc23b24bcbd9.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_dbdd422a1bc61d10d806dc23b24bcb47.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_dbdd422a1bc61d10d806dc23b24bcb47.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_e6781b85db565510791d8f8d13961907.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_e6781b85db565510791d8f8d13961907.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_include_b2c246ae1b861d10d806dc23b24bcbac.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_script_include_b2c246ae1b861d10d806dc23b24bcbac.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_066dfd2a1b861d10d806dc23b24bcb89.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_066dfd2a1b861d10d806dc23b24bcb89.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_11314e2e1b861d10d806dc23b24bcba2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_11314e2e1b861d10d806dc23b24bcba2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_1acb8bbbc3d15a5055bdd523e40131c9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_1acb8bbbc3d15a5055bdd523e40131c9.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_1fb2c2ae1b861d10d806dc23b24bcbc3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_1fb2c2ae1b861d10d806dc23b24bcbc3.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_28ab47bbc3d15a5055bdd523e4013159.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_28ab47bbc3d15a5055bdd523e4013159.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_356dfd2a1b861d10d806dc23b24bcb66.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_356dfd2a1b861d10d806dc23b24bcb66.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_365e31aa1b861d10d806dc23b24bcbfc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_365e31aa1b861d10d806dc23b24bcbfc.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_3a5e71aa1b861d10d806dc23b24bcb06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_3a5e71aa1b861d10d806dc23b24bcb06.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_3b5b8f7bc3d15a5055bdd523e4013148.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_3b5b8f7bc3d15a5055bdd523e4013148.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_756dfd2a1b861d10d806dc23b24bcb6b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_756dfd2a1b861d10d806dc23b24bcb6b.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_796dfd2a1b861d10d806dc23b24bcb5f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_796dfd2a1b861d10d806dc23b24bcb5f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_7a5e71aa1b861d10d806dc23b24bcb0b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_7a5e71aa1b861d10d806dc23b24bcb0b.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_9bb2c2ae1b861d10d806dc23b24bcbb9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_9bb2c2ae1b861d10d806dc23b24bcbb9.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_9d314e2e1b861d10d806dc23b24bcb97.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_9d314e2e1b861d10d806dc23b24bcb97.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_c7b2c2ae1b861d10d806dc23b24bcbb4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_c7b2c2ae1b861d10d806dc23b24bcbb4.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_d9314e2e1b861d10d806dc23b24bcb92.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_d9314e2e1b861d10d806dc23b24bcb92.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_dbb2c2ae1b861d10d806dc23b24bcbbe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_dbb2c2ae1b861d10d806dc23b24bcbbe.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_dd314e2e1b861d10d806dc23b24bcb9c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_dd314e2e1b861d10d806dc23b24bcb9c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_eceb4fbbc3d15a5055bdd523e40131d0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_eceb4fbbc3d15a5055bdd523e40131d0.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_f65e71aa1b861d10d806dc23b24bcb01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_f65e71aa1b861d10d806dc23b24bcb01.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_0e6dfd2a1b861d10d806dc23b24bcb8b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_0e6dfd2a1b861d10d806dc23b24bcb8b.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_13b2c2ae1b861d10d806dc23b24bcbb7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_13b2c2ae1b861d10d806dc23b24bcbb7.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_15314e2e1b861d10d806dc23b24bcb95.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_15314e2e1b861d10d806dc23b24bcb95.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_16cb8bbbc3d15a5055bdd523e40131ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_16cb8bbbc3d15a5055bdd523e40131ca.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_24ab47bbc3d15a5055bdd523e401315a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_24ab47bbc3d15a5055bdd523e401315a.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_29314e2e1b861d10d806dc23b24bcba4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_29314e2e1b861d10d806dc23b24bcba4.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_3d6dfd2a1b861d10d806dc23b24bcb68.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_3d6dfd2a1b861d10d806dc23b24bcb68.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_409e75aa1b861d10d806dc23b24bcbf6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_409e75aa1b861d10d806dc23b24bcbf6.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_4e6dfd2a1b861d10d806dc23b24bcb6d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_4e6dfd2a1b861d10d806dc23b24bcb6d.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_64eb4fbbc3d15a5055bdd523e40131d1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_64eb4fbbc3d15a5055bdd523e40131d1.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_686b0f7bc3d15a5055bdd523e40131f7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_686b0f7bc3d15a5055bdd523e40131f7.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_809eb5aa1b861d10d806dc23b24bcbca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_809eb5aa1b861d10d806dc23b24bcbca.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_849ef5aa1b861d10d806dc23b24bcb0c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_849ef5aa1b861d10d806dc23b24bcb0c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_93b2c2ae1b861d10d806dc23b24bcbbc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_93b2c2ae1b861d10d806dc23b24bcbbc.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_95314e2e1b861d10d806dc23b24bcb9a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_95314e2e1b861d10d806dc23b24bcb9a.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_d3b2c2ae1b861d10d806dc23b24bcbc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_d3b2c2ae1b861d10d806dc23b24bcbc1.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_d5314e2e1b861d10d806dc23b24bcb9f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_d5314e2e1b861d10d806dc23b24bcb9f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_dbb2c2ae1b861d10d806dc23b24bcbd2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_dbb2c2ae1b861d10d806dc23b24bcbd2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_fa8e75aa1b861d10d806dc23b24bcb9f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_fa8e75aa1b861d10d806dc23b24bcb9f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_fd6dfd2a1b861d10d806dc23b24bcb62.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_security_acl_role_fd6dfd2a1b861d10d806dc23b24bcb62.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_action_f59defe81b1a9510d806dc23b24bcbb7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_action_f59defe81b1a9510d806dc23b24bcbb7.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_application_51314e2e1b861d10d806dc23b24bcb8e.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_application_51314e2e1b861d10d806dc23b24bcb8e.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_list_x_snc_slackerbot_chat_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_list_x_snc_slackerbot_chat_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_list_x_snc_slackerbot_parser_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_list_x_snc_slackerbot_parser_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_list_x_snc_slackerbot_payload_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_list_x_snc_slackerbot_payload_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_list_x_snc_slackerbot_user_null.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_list_x_snc_slackerbot_user_null.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_module_15314e2e1b861d10d806dc23b24bcb90.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_module_15314e2e1b861d10d806dc23b24bcb90.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_1a9515821b5251105218fcc6cc4bcba6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_1a9515821b5251105218fcc6cc4bcba6.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_375c0aa61bc61d10d806dc23b24bcbd7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_375c0aa61bc61d10d806dc23b24bcbd7.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_73be4e2a1bc61d10d806dc23b24bcb99.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_73be4e2a1bc61d10d806dc23b24bcb99.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_7e0b2417c3dd165055bdd523e401316f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_7e0b2417c3dd165055bdd523e401316f.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_863e462a1bc61d10d806dc23b24bcb7a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ui_section_863e462a1bc61d10d806dc23b24bcb7a.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_user_role_a16dfd2a1b861d10d806dc23b24bcb3d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_user_role_a16dfd2a1b861d10d806dc23b24bcb3d.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_definition_1fabce661bc61d10d806dc23b24bcbd6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_definition_1fabce661bc61d10d806dc23b24bcbd6.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_definition_938f438c1b1e1510d806dc23b24bcb5a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_definition_938f438c1b1e1510d806dc23b24bcb5a.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_operation_51ff0b8c1b1e1510d806dc23b24bcb5c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_operation_51ff0b8c1b1e1510d806dc23b24bcb5c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_operation_bbcb42a61bc61d10d806dc23b24bcbd2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_operation_bbcb42a61bc61d10d806dc23b24bcbd2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_operation_d7f9d1dec3d99e1055bdd523e4013194.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sys_ws_operation_d7f9d1dec3d99e1055bdd523e4013194.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sysevent_register_32e347d62f2c611000c25d492799b621.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sysevent_register_32e347d62f2c611000c25d492799b621.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/sysevent_script_action_1304071a2f2c611000c25d492799b64c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/sysevent_script_action_1304071a2f2c611000c25d492799b64c.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/ua_table_licensing_config_13b2c2ae1b861d10d806dc23b24bcbf0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/ua_table_licensing_config_13b2c2ae1b861d10d806dc23b24bcbf0.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/ua_table_licensing_config_69314e2e1b861d10d806dc23b24bcbc2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/ua_table_licensing_config_69314e2e1b861d10d806dc23b24bcbc2.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/ua_table_licensing_config_8b5e71aa1b861d10d806dc23b24bcb26.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/ua_table_licensing_config_8b5e71aa1b861d10d806dc23b24bcb26.xml -------------------------------------------------------------------------------- /b02cf9e61b861d10d806dc23b24bcb3f/update/ua_table_licensing_config_8e6dfd2a1b861d10d806dc23b24bcbd9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/b02cf9e61b861d10d806dc23b24bcb3f/update/ua_table_licensing_config_8e6dfd2a1b861d10d806dc23b24bcbd9.xml -------------------------------------------------------------------------------- /sn_source_control.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNowDevProgram/SlackerBot/HEAD/sn_source_control.properties --------------------------------------------------------------------------------