Luke Rogers
Luke Rogers
When editing the config, the bot seems to fail to reload it correctly often, sometimes returning the "no config" error message
The config reloading is broken, it's annoying to use, it has _abysmal_ (AKA none) error handling, and changes to variables taken from the config propagate back to the internal config...
If a user triggers autohelp or uses a help command in a private message, the bot still responds with a notice. In cases such as this, the bot should just...
I noticed another bot on esper has this, so I should probably implement it!
Both the development and config pages on the wiki are majorly outdated, they need to be rewritten
@Zarthus puts me to shame with his help, we need it https://gist.github.com/47d319fe4a9555c1d1fd
Right now if the bot fails to connect to a network or loses connection, it continues trying to reconnect as fast as it possibly can. For obvious reasons, this can...
# Draft Proposal for Connection Refactoring and User Tracking Okay, here we go Firstly, I don't really like the separate client base class. It's not really needed since we pretty...