Skip to content

Commit f867697

Browse files
committed
Replace snoonetIRC org with TotallyNotRobots
1 parent 07df4bb commit f867697

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# CloudBot
2-
[![Build Status](https://travis-ci.org/snoonetIRC/CloudBot.svg?branch=gonzobot)](https://travis-ci.org/snoonetIRC/CloudBot)
3-
[![CodeFactor](https://www.codefactor.io/repository/github/snoonetirc/cloudbot/badge/gonzobot)](https://www.codefactor.io/repository/github/snoonetirc/cloudbot/overview/gonzobot)
4-
[![codecov](https://codecov.io/gh/snoonetIRC/CloudBot/branch/gonzobot/graph/badge.svg)](https://codecov.io/gh/snoonetIRC/CloudBot)
5-
[![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)
2+
[![Build Status](https://travis-ci.com/TotallyNotRobots/CloudBot.svg?branch=gonzobot)](https://travis-ci.com/TotallyNotRobots/CloudBot)
3+
[![CodeFactor](https://www.codefactor.io/repository/github/totallynotrobots/cloudbot/badge/gonzobot)](https://www.codefactor.io/repository/github/totallynotrobots/cloudbot/overview/gonzobot)
4+
[![codecov](https://codecov.io/gh/TotallyNotRobots/CloudBot/branch/gonzobot/graph/badge.svg)](https://codecov.io/gh/TotallyNotRobots/CloudBot)
65

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

config.default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"config_reloading": true,
124124
"plugin_reloading": false
125125
},
126-
"repo_link": "https://github.com/snoonetIRC/CloudBot/",
126+
"repo_link": "https://github.com/TotallyNotRobots/CloudBot/",
127127
"logging": {
128128
"console_debug": false,
129129
"file_debug": false,

plugins/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
def _get_repo_link(bot):
1717
return bot.config.get(
18-
'repo_link', 'https://github.com/snoonetIRC/CloudBot/'
18+
'repo_link', 'https://github.com/TotallyNotRobots/CloudBot/'
1919
)
2020

2121

0 commit comments

Comments
 (0)