shizmob / pydle

An IRCv3-compliant Python 3 IRC library.
BSD 3-Clause "New" or "Revised" License
154 stars 48 forks source link

[#159] Fix Missing Awaits in various files #164

Closed Rixxan closed 2 years ago

Rixxan commented 2 years ago

Resolves #159, follow-on from #163.

Various functions are now marked properly as async, and various async functions are now properly awaited.

Additionally, fixes an issue where if WHOIS returns none (such as at bot initial boot) some functions act improperly.