diff --git a/README.md b/README.md index 98c7a6c..f803e10 100755 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ CloudBot is **licensed** under the **GPL v3** license. The terms are as follows. CloudBot/DEV - Copyright © 2011 Luke Rogers - + Copyright © 2011 ClouDev - CloudBot is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cloudbot b/cloudbot index 02f8d37..860e63a 100755 --- a/cloudbot +++ b/cloudbot @@ -5,7 +5,7 @@ echo " / ____/ /___ __ ______/ / __ )____ / /_" echo " / / / / __ \/ / / / __ / __ / __ \/ __/" echo "/ /___/ / /_/ / /_/ / /_/ / /_/ / /_/ / /_ " echo "\____/_/\____/\__,_/\__,_/_____/\____/\__/ " -echo " http://git.io/cloudbot by lukeroge " +echo " http://git.io/cloudbot by ClouDev " echo "" locatefiles() { botfile="/bot.py" diff --git a/plugins/translate.py b/plugins/translate.py index 0709f38..253e5f5 100755 --- a/plugins/translate.py +++ b/plugins/translate.py @@ -1,4 +1,4 @@ -# MyGengo translation plugin by lukeroge and neersighted +# BING translation plugin by lukeroge and neersighted from util import hook from util import http import re