diff options
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/lazytree.py | 1 | ||||
-rwxr-xr-x | plugins/manaboy.py | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/plugins/lazytree.py b/plugins/lazytree.py index 64efda0..1216b25 100755 --- a/plugins/lazytree.py +++ b/plugins/lazytree.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import random import chatbot from commands import general_chat, send_whisper diff --git a/plugins/manaboy.py b/plugins/manaboy.py index b9d31ba..b145cdb 100755 --- a/plugins/manaboy.py +++ b/plugins/manaboy.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import subprocess import time import net.mapserv as mapserv @@ -409,8 +408,8 @@ whoami_answers = [ "Who are you?", "On the 8th day, God was bored and said 'There will be bots'. \ So here I am.", - "♪ I'm your hell, I'm your dream, I'm nothing in between ♪♪", - "♪♪ Aperture Science. We do what we must, because.. we can ♪", + " I'm your hell, I'm your dream, I'm nothing in between ", + " Aperture Science. We do what we must, because.. we can ", "I'm just a reincarnation of a copy.", ] @@ -454,7 +453,7 @@ dislike_answers = [ "Go away!!!", "I don't want to see!", "Your face makes onions cry.", - "You look like I need another drink…", + "You look like I need another drink...", "Mayas were right...", ] @@ -472,7 +471,7 @@ dislikebye_answers = [ "Go away!!!", "Don't come back!", "Whew...", - "I need another drink…", + "I need another drink...", "*picking my nose*" ] |