aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 2504da3..5c75431 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -4381,6 +4381,8 @@ if __name__ == "__main__":
# attach to the weechat hooks we need
tokens = map(string.strip, config.slack_api_token.split(','))
+ w.prnt('', 'Connecting to {} slack team{}.'
+ .format(len(tokens), '' if len(tokens) == 1 else 's'))
for t in tokens:
s = initiate_connection(t)
EVENTROUTER.receive(s)