Skip to content

Instantly share code, notes, and snippets.

@sonicrules1234
Created June 3, 2010 01:36
Show Gist options
  • Save sonicrules1234/423300 to your computer and use it in GitHub Desktop.
Save sonicrules1234/423300 to your computer and use it in GitHub Desktop.
arguments = ["self", "info", "args"]
minlevel = 1
helpstring = "count <phrase>"
def main(connection, info, args) :
connection.ircsend(info["channel"], str(len(args[1:])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment