Commit History

Author SHA1 Message Date
  Matt Weller 71efa36785 cleanup logger and bot's output to it, add logger output to reflect and snippetutil 10 years ago
  Matt Weller effdc49ae1 add ability to reload any already-loaded module in sys.modules namespace 10 years ago
  Matt Weller 14e8097f5e small fix for platypus and formatting fix in twitterposter 10 years ago
  Matt Weller 3a9cf95dc0 remove debug output 10 years ago
  Matt Weller 9caff03bba add fix for uptime and cleanup of img multiple if/or statement (still needs to be pulled out into a module) 10 years ago
  Matt Weller 4be3b5aaf8 add you're welcome 10 years ago
  Daniel Laudel e15cbd20f1 fixed handling for new TSDbot printout URL format 10 years ago
  Matt Weller e4b7c7291c add test load modules to tests 10 years ago
  Matt Weller 5ecdfb1562 add mode definition to event.py. 10 years ago
  Matt Weller 69d3c208d7 testing 10 years ago
  Matt Weller b9742feba2 remove forecast.py. functionality is to be moved into weather2.py (proper forecast functionality, that is) 10 years ago
  Matt Weller c39ff8cb03 merge bonekindev. add some fixes for weather2.py. 10 years ago
  Daniel Laudel 38ad8df949 Rewrite of weather.py. Uses requests instead of urllib, some breaking down of code into functions, and uses different search methodology for global usage 10 years ago
  Daniel Laudel 44eb527424 Added a formatting stripper. color, bold, italics, underline should be removed when quoting. Not tested with background colors yet 10 years ago
  Matt Weller d893f64e69 fix bug in event.py where is_pm was being erroneously set to True 10 years ago
  Matt Weller 4665142dfa Merged in SchoolyDev (pull request #6) 10 years ago
  Matt Weller 33412ffff7 Merged master into SchoolyDev 10 years ago
  Matt Weller 5fe30f3a2c fix error-y logic in imports in qdb 10 years ago
  joe a86e4d13e8 Adding (and commenting out) debug print statements 10 years ago
  Daniel Laudel 0b3dba9226 do not merge, hlmtre. this is still broken. schooly just wants to look. 10 years ago
  Daniel Laudel a80825a0f5 one day I'll learn to fully test before committing. maybe. 10 years ago
  Daniel Laudel f67b1d3228 forgot an indent 10 years ago
  Daniel Laudel 65bb142533 qdb strict mode added by Schooly F. D., Programmer, Doctor, ex-Halo Player. also some minor formatting changes 10 years ago
  Matt Weller 70fb0fc5b5 Merge remote-tracking branch 'origin/BoneKinDev' into small_qdb_fix 10 years ago
  Matt Weller aa2c3e0691 small qdb exception fix 10 years ago
  Daniel Laudel 02934b88ac changed when printouts are sent to imgur, fixed some regex 10 years ago
  Matt Weller a4de490129 add uptime module (probably uptime functionality needs stripped from botbrain, but Whatever. 10 years ago
  Matt Weller 7352eb2542 a fix in event.py for more solid is_pm logic, and a fix in qdb.py for more verbose/explanatory httperror printing 10 years ago
  Matt Weller 08d3ba2959 add checking for imgurpython to qdb 10 years ago
  Matt Weller 71fe07c85c fix issue where we were clobbering the value of IndexError with KeyError (replace line with except (KeyError, IndexError): 10 years ago