Skip to content

Commit 731eb23

Browse files
orientorshowell
authored andcommitted
bridge_with_irc: Print message on successful connection.
1 parent dd37e27 commit 731eb23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zulip/integrations/bridge_with_irc/irc_mirror_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def connect(self, *args, **kwargs):
3333
self.reactor.loop.run_until_complete(
3434
self.connection.connect(*args, **kwargs)
3535
)
36+
print("Connected to IRC server.")
3637

3738
def on_nicknameinuse(self, c, e):
3839
# type: (ServerConnection, Event) -> None

0 commit comments

Comments
 (0)