Skip to content

Commit

Permalink
Replace snoonetIRC org with TotallyNotRobots
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Nov 12, 2019
1 parent 07df4bb commit f867697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# CloudBot
[![Build Status](https://travis-ci.org/snoonetIRC/CloudBot.svg?branch=gonzobot)](https://travis-ci.org/snoonetIRC/CloudBot)
[![CodeFactor](https://www.codefactor.io/repository/github/snoonetirc/cloudbot/badge/gonzobot)](https://www.codefactor.io/repository/github/snoonetirc/cloudbot/overview/gonzobot)
[![codecov](https://codecov.io/gh/snoonetIRC/CloudBot/branch/gonzobot/graph/badge.svg)](https://codecov.io/gh/snoonetIRC/CloudBot)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6aa6ba0ca9804f1a9530e0c1a9c39478)](https://www.codacy.com/app/linuxdaemon/CloudBot?utm_source=github.com&utm_medium=referral&utm_content=snoonetIRC/CloudBot&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.com/TotallyNotRobots/CloudBot.svg?branch=gonzobot)](https://travis-ci.com/TotallyNotRobots/CloudBot)
[![CodeFactor](https://www.codefactor.io/repository/github/totallynotrobots/cloudbot/badge/gonzobot)](https://www.codefactor.io/repository/github/totallynotrobots/cloudbot/overview/gonzobot)
[![codecov](https://codecov.io/gh/TotallyNotRobots/CloudBot/branch/gonzobot/graph/badge.svg)](https://codecov.io/gh/TotallyNotRobots/CloudBot)

CloudBot is a simple, fast, expandable open-source Python IRC Bot!

Expand Down
2 changes: 1 addition & 1 deletion config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"config_reloading": true,
"plugin_reloading": false
},
"repo_link": "https://github.com/snoonetIRC/CloudBot/",
"repo_link": "https://github.com/TotallyNotRobots/CloudBot/",
"logging": {
"console_debug": false,
"file_debug": false,
Expand Down
2 changes: 1 addition & 1 deletion plugins/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def _get_repo_link(bot):
return bot.config.get(
'repo_link', 'https://github.com/snoonetIRC/CloudBot/'
'repo_link', 'https://github.com/TotallyNotRobots/CloudBot/'
)


Expand Down

0 comments on commit f867697

Please sign in to comment.