WildPHP / irc-bot

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

RPL_ISUPPORT (005) PREFIX is handled incorrectly #99

Open NanoSector opened 6 years ago

NanoSector commented 6 years ago

As per: http://www.irc.org/tech_docs/005.html

the PREFIX directive not only applies to usernames, which the bot assumes now, but also to channel names. This will require a bit of a rework, especially with various servers now making use of channel names like @#channel to differentiate between features: https://github.com/freenode/ircd-seven/pull/31