From ba0a926d979a22f18244efd291d56d0298892e7f Mon Sep 17 00:00:00 2001 From: Orakaro Date: Mon, 2 Jun 2014 00:44:29 +0900 Subject: [PATCH] add dot --- rainbowstream/rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 83a86b2..98f3750 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -382,7 +382,7 @@ def help(): usage += s*2 + green('switch mine -f ') + ' will prompt to enter the filter.\n' usage += s*3 + yellow('Only nicks') + ' filter will decide nicks will be INCLUDE ONLY.\n' usage += s*3 + yellow('Ignore nicks') + ' filter will decide nicks will be EXCLUDE.\n' - usage += s*2 + green('switch mine -d') + ' will use the config\'s ONLY_LIST and IGNORE_LIST\n' + usage += s*2 + green('switch mine -d') + ' will use the config\'s ONLY_LIST and IGNORE_LIST.\n' usage += s*3 + '(see ' + grey('rainbowstream/config.py') + ').\n' usage += s + 'For more action: \n' -- 2.25.1