TwelveIterationMods / EiraIRC

No longer maintained.
MIT License
24 stars 13 forks source link

Add a way to differentiate channels #307

Closed SoniEx2 closed 9 years ago

SoniEx2 commented 9 years ago

Add a way to differentiate channels, so if an user is in 2 channels at the same time you can know if they're talking in #A or in #B, and reply on the correct channel.

Oh and add the channel name on the console log so e.g. instead of

[22:57:09] [IRC (irc.esper.net)/INFO]: [CHAT] [TPPIBot] [Reminder] Rules: [PG-13] - Don't advertise - Don't Spam - Use common sense - Keep cursing to a minimum - No mod bashing - English only - No server bots - Have fun!

You'd have

[22:57:09] [IRC (irc.esper.net/#PlayTPPI)/INFO]: [CHAT] [TPPIBot] [Reminder] Rules: [PG-13] - Don't advertise - Don't Spam - Use common sense - Keep cursing to a minimum - No mod bashing - English only - No server bots - Have fun!
BlayTheNinth commented 9 years ago

You can already do this with the message format settings.

Set your messageFormat to "Classic" for a [#Channel] Message style display. You can find the option in shared.cfg in the bot section.