skybot icon indicating copy to clipboard operation
skybot copied to clipboard

Python IRC bot

Results 20 skybot issues
Sort by recently updated
recently updated
newest added

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

This seems to fix the issue of running the bot on python 3.11. Have not tested all plugins yet, but most of them seem to work. Issue: #238

Any goals to make the bot work on python 3.11?

WIP, and untested, though this should roughly cover most of the things needed. It's possible some work is still needed. This should support any fedi instance that is federated with...

There are small typos in: - bot.py - core/irc.py - plugins/dotnetpad.py - plugins/down.py Fixes: - Should read `language` rather than `langugage`. - Should read `occurred` rather than `occured`. - Should...

#105 😃 Timers are called when someone speaks anywhere for the first time and only once. Use `@hook.event('004')` to start timers on bot connect. An example: ``` from util import...

The usage is similar to youtube timestamps: " .remindme 4h30m20s go to work damn it! " will highlight you after 4 hours, 30 minutes, and 20 seconds with the message...

Put simply, the yourtime plugin allows users to set their current timezone via; `.myzone gmt+8` and for other users to determine another users current time via `.yourtime Lord_DeathMatch` Currently uses...

hostname.py is a script that will allow a user to track users based on previous nicknames and host names.