zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
361 stars 362 forks source link

bridge_with_irc: Print message on successful connection. #543

Closed orientor closed 4 years ago

orientor commented 4 years ago

If no error occurred then bridge_with_irc shows no output on the terminal and users don't know if they are connected to the irc server or not. Add an output line after connection so that a message appears if connection to irc server has been successful.