WildPHP / irc-bot

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

Change (user|channel)Id property to just 'id' #168

Closed NanoSector closed 3 years ago

NanoSector commented 3 years ago

This allows the storage subsystem to automatically fill in the entity ID when retrieving entities. This also means entities are now given a proper ID.

This fixes #163.