priestc / giotto

Python web development simplified
BSD 2-Clause "Simplified" License
59 stars 10 forks source link

create 'irc-everyone' and 'irc-owner' sub controllers for irc controller class #5

Open priestc opened 11 years ago

priestc commented 11 years ago

Create two new irc sub controllers, one 'irc-everyone' which allows any irc user to access that program. The other will be called 'irc-owner' which will restrict that program from being executed by anyone except for the owner of the bot. The owner is configured by the 'owner' attribute in the controller file.