I’m making a python irc moderation bot.
One of its features is report.
For the reason, it is multiple words, so when the bot outputs the report, it appears as
Report from aletheia Offender: codefreak Channel: #admin Reason: ['test', 'report']
How do I format the reason (written as line[6:] in the code. (6th parameter in the line))
so it appears as one string instead of an array?
this gives you what you want:
or in your case possibly: