diff --git a/bot/monopbot.py b/bot/monopbot.py index ff912e3..779dd98 100644 --- a/bot/monopbot.py +++ b/bot/monopbot.py @@ -55,11 +55,11 @@ class MonopBot: def on_connect(self, connection, event): channel = self.config["channel"] - print(f"Connected. Joining {channel}") + print(f"Connected to {self.config['server']}. Joining {channel}", flush=True) connection.join(channel) def on_join(self, connection, event): - print(f"Joined {event.target}") + print(f"Joined {event.target}", flush=True) def on_pubmsg(self, connection, event): """Handle public messages in channel.""" diff --git a/game-state.json b/game-state.json index 7211d4b..a3219d9 100644 --- a/game-state.json +++ b/game-state.json @@ -674,5 +674,5 @@ } ], "log": [], - "lastUpdated": "2026-02-20T21:05:15.895061+00:00" + "lastUpdated": "2026-02-20T21:07:22.805824+00:00" } \ No newline at end of file