Historial de Commits

Autor SHA1 Mensaje Fecha
  Matt Weller 3f68784866 makefile and some docs hace 5 años
  Matt Weller ce9e1cd171 python2/3 compatibility work hace 5 años
  Matt Weller e7541c5883 he almost works in python3! thanks 2to3. just figuring out when things are bytes and decode()ing or str and encode()ing hace 5 años
  Matt Weller fee46b75c4 noticing some things to fix after releasing a tag is embarrassing hace 5 años
  Matt Weller a4d3387c0e split bot into its own file (bot.py) and make running the bot `pybot.py` hace 5 años
  Matt Weller 2f722cfb81 more pep8 cleanup hace 5 años
  Matt Weller 036c26cde3 pep8 cleanup and thanks pylint, for finding a busted call to util.colors.RED, which doesn't exist. linting is cool! hace 5 años
  Matt Weller 2d88693044 add .flake8 flake configuration file and some pep cleanup hace 5 años
  Matt Weller 91d11cd837 Merged regex_fixes/BaseModule_moves into master hace 5 años
  Matt Weller 22da2448eb alskdj hace 5 años
  MechMaster48 6a90802cb1 Moved .lastfm module over to use module. I did remove one of the try/catch blocks as it seemed like it was just extra as the only error it kept throwing was an 'index out of range' error when the user did not exist. If this is something you hate I can absolutely put it back. Lastfm was also removed from bot.py as it is not longer needed there hace 5 años
  Matt Weller 8a9192486b Merge branch 'master' of bitbucket.org:hlmtre/pybot into persist hace 5 años
  MechMaster48 84cd02f1bf Moved part module over to basemodule and added a note about using it in PM rather than in channel as it was not clear initially, this has also been removed from bot.py as it is no longer needed there hace 5 años
  MechMaster48 50da61a1b7 Moved the shortener module over to using basemodule and removed it from bot.py hace 5 años
  MechMaster48 902b56e658 tell module moved over to use basemodule along with some added error handling to give the user some sort of message when they have used the module command wrong...also to harrass them a bit. Tell has also been removed completely from bot.py since basemodule has taken over hace 5 años
  Matt Weller 56ffd110c3 Merge branch 'master' of bitbucket.org:hlmtre/pybot into persist hace 6 años
  Matt Weller c5d9d938a2 perhaps very simple working proof of concept of persistence with mem_store hace 6 años
  MechMaster48 56f5ae0b1d moved .dance and .pimp over to using BaseModule and removed them from bot.py along with fixing the regex by adding $ at the end to keep it from printing to the channel if the string was not exactly .dance or .pimp only (.pimp45345 will no longer trigger it for example) hace 6 años
  Matt Weller 33bed902bf bot fix - finally remove called to nonexistent ERROR enumeration in logger class, update autoloads hace 6 años
  Matt Weller c17880d135 specify python2 hace 6 años
  Matt Weller 8a5150f6eb some cleanup according to pycharm's pep8 recommendations hace 8 años
  Matt Weller a25d8f4724 goddammit, str(int) hace 9 años
  Matt Weller 6668839ecd better connect failure message (and in the output, too, now, instead of just the log.. <_< hace 9 años
  Matt Weller c5f071a7fb add network name to connect failure message hace 9 años
  Matt Weller d98ab7b14f add error flag to debug_print hace 9 años
  Matt Weller 98db702245 small safe fixes for master hace 9 años
  Matt Weller aefa0185ef remove one final CONF appearance hace 9 años
  Matt Weller 9e1a6deb9f remove all the crazy config loading logic and positional requirements. replaced with argparse. airquotes bugfix release hace 9 años
  Matt Weller 14ace2d8e8 add logging for killed by ctrl+c hace 9 años
  Matt Weller 9c33965c09 foo hace 9 años