johnmaguire / Cardinal

A Python IRC bot, designed to make adding functionality quick and simple. (est. 2013)
MIT License
100 stars 38 forks source link

@regex decorator #111

Closed johnmaguire closed 7 years ago

johnmaguire commented 8 years ago

We are missing this! @regex decorator should simply add .regex, like the other decorators do. In this case, it should only accept a single string, and when applied more than once, will be overwritten.