Skip to content

Commit

Permalink
Handle setting parameter modes on connect
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed May 10, 2024
1 parent 59fb0c3 commit 8f09f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/core/core_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def onjoin(conn, bot):
logger.info(
"[%s|misc] Bot is setting mode on itself: %s", conn.name, mode
)
conn.cmd("MODE", conn.nick, mode)
conn.send(f"MODE {conn.nick} {mode}")

log_chan = conn.config.get("log_channel")
if log_chan:
Expand Down

0 comments on commit 8f09f9a

Please sign in to comment.