rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
247 stars 169 forks source link

fix: update to handle removal of getargspec in 3.11 #240

Open imnotjames opened 5 months ago

imnotjames commented 5 months ago

it seems that in python 3.11 getargspec was removed - https://docs.python.org/3/whatsnew/3.11.html

this updates the call to be the new getfullargspec