Skip to content

Instantly share code, notes, and snippets.

@dasu
Created July 28, 2016 19:22
Show Gist options
  • Save dasu/cfe74cc9667e3d458d830da6bcd7e09b to your computer and use it in GitHub Desktop.
Save dasu/cfe74cc9667e3d458d830da6bcd7e09b to your computer and use it in GitHub Desktop.
users in channel?
import sopel
@sopel.module.commands('testusers')
def testusers(bot, trigger):
print(sopel.tools.target.Channel(trigger.sender.lower()).users)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment