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

I was interested to get a list of users in a channel because I'd like to highlight certain individuals, but I want to actually check if they're in the channel...

I'm opening this to go over a feature I'm working on that requires a bit of a change on the internals of skybot, so I thought it'd be best to...

I'd like to make a plugin that scrapes an RSS feed every 15-30 minutes and stores any new news items in a database. I'd like any new news items to...

I'm curious if anyone has a good method of PMing everyone in a specific channel that the bot has joined. Preferably not all at once. If not, just PMing users...

In the documentation it says: ``` channel -- string, the channel the message was sent on. Equal to nick if it's a private message. ``` But, from what I've found,...

When using a browser/website API key, I get error 403 forbidden. When using a server API key, I get error 403 forbidden. ``` Unhandled exception in thread started by Traceback...

If you do a request that results in a number that is separated with a space skybot will choke. For example, request `1*10000` which will return `10 000`: ``` 16:02:35...

There should be a way to add/remove plugins without forking skybot. Most people don't need to modify the core, but do want to customize the commands. Git submodules + host...

might require some sort of way to register hooks on output (like sieve on input?) would be helpful for identifying auto-kline phrases that knock bots offline