tcoppi / scrappy

scrappy is an IRC bot written in python.
Other
3 stars 1 forks source link

IRC command prototypes #7

Open PartlyAtomic opened 10 years ago

PartlyAtomic commented 10 years ago

Register_cmd could take additional args to set a prototype for the command being registered. See if argparse can be used for this.