WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

Feature/models #142

Closed NanoSector closed 4 years ago

NanoSector commented 4 years ago

Needs a test to check what will happen if you get an unknown property and then try to set it. Might need to throw an exception in __get in order to prevent people from making arbitrary properties.