CloudBotIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
273 stars 252 forks source link

Private flag for lastfm #274

Open acepilot1023 opened 7 years ago

acepilot1023 commented 7 years ago

Basically allow a user to set a private flag (similar to the dontsave flag) when using last.fm where the bot doesn't show the lastfm username (it's already prefixed with the client's nickname).

It would trigger if 'user' was shown in the output or not:

  1. out = '{} {} "{}"'.format(user, status, title)