Closed ZeroKnight closed 3 years ago
Fixes many issues with Pydle's support for the monitor extension, as detailed in #143.
monitor
Summary
RPL_ISUPPORT
unmonitor
RPL_MON*
nick!user@host
Feel free to let me know of anything else you found, or go ahead and push to this branch.
Fixes many issues with Pydle's support for the
monitor
extension, as detailed in #143.Summary
RPL_ISUPPORT
, not capabilities.monitor
andunmonitor
methods were made to be coroutines, as they were not beforeRPL_MON*
replies would always return bare nicknames, when in fact the server may return fullnick!user@host
masks.Feel free to let me know of anything else you found, or go ahead and push to this branch.