You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like WelcomeBot to be useful as an example of implementing different tools and concepts. To that end, let's expand the documentation to explain:
How we do testing, and how we use python's unittests
How regular expressions work, and how we use python's regex functions
How IRC works, and how we use python's socket and select libraries
The text was updated successfully, but these errors were encountered:
I would like WelcomeBot to be useful as an example of implementing different tools and concepts. To that end, let's expand the documentation to explain:
The text was updated successfully, but these errors were encountered: