numberoverzero / bottom

asyncio-based rfc2812-compliant IRC Client
http://bottom-docs.readthedocs.io
MIT License
74 stars 23 forks source link

Use a different nickname on any message #57

Closed Vinchethescript closed 3 years ago

Vinchethescript commented 3 years ago

Hello, I am making a Discord bridge for my IRC server. Since I have only 1 bot, I thought I could change the bot's nick to the person on Discord who sent that message. Though, I can't, because it will show MyIRCBot is now known as Name, and that's a big problem. Is there a way to change the nickname without showing that message and then send the message?

Vinchethescript commented 3 years ago

Nevermind, I found a very better solution.