anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Normalize ircbot.plugin decorators #3

Closed anlutro closed 9 years ago

anlutro commented 9 years ago

Python is stupid in the way it lets you define decorators. @foo is wildly different from @foo().

Change all decorators to require parenthesis, in case arguments may need to be added later.