Skip to content

Instantly share code, notes, and snippets.

@awentzonline
Created March 11, 2014 21:46
Show Gist options
  • Select an option

  • Save awentzonline/9495768 to your computer and use it in GitHub Desktop.

Select an option

Save awentzonline/9495768 to your computer and use it in GitHub Desktop.
from geventirc import message
class Pass(message.Command):
def __init__(self, password, prefix=None):
params = [password]
super(Pass, self).__init__(params, prefix=prefix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment