1878 Commits

Author SHA1 Message Date
Th0masR0ss
dd2fb11d22 Fix indentation error with a return instead of commenting it out. 2013-11-13 18:27:59 -05:00
Th0masR0ss
78b527440c Because git wants me to 2013-11-13 18:25:11 -05:00
Th0masR0ss
6813d0d1d0 Start to clean things up 2013-11-13 18:23:26 -05:00
tannn
6f3744618c Merge pull request #101 from rootcoma/questions_points
Subtracting more points on questions answered quickly
2013-11-13 13:54:41 -08:00
rootcoma
b136272a15 Subtracting more points on questions answered quickly 2013-11-13 08:49:51 -08:00
tannn
d2697a364d Merge pull request #98 from rootcoma/edits_reports_question_stats
Edits reports question stats
2013-11-12 20:49:04 -08:00
rootcoma
0b0eec5fa1 Remove comment 2013-11-12 20:47:35 -08:00
rootcoma
98ff0e8974 Adding reported, questions added / accepted stats 2013-11-12 20:38:21 -08:00
rootcoma
592acf13ee Adding reported, questions added / accepted stats 2013-11-12 20:37:47 -08:00
Tanner
243475f446 Fix indentation error 2013-11-12 20:20:33 -06:00
Th0masR0ss
d8f2fbf394 Fix indentation 2013-11-12 21:14:31 -05:00
tannn
74b44718b4 Merge pull request #88 from Th0masR0ss/master
Start to add a function to automatically update the database when needed
2013-11-12 17:48:07 -08:00
Th0masR0ss
fcf2fc8582 Sneakily add myself to contributors list, start to add updating databases, and fix everything I messed up on. 2013-11-12 20:38:49 -05:00
Th0masR0ss
e95c705c64 Merge branch 'master' of https://github.com/Th0masR0ss/TriviaTime 2013-11-12 20:35:09 -05:00
Th0masR0ss
2365c3019f Merge branch 'master' of https://github.com/tannn/TriviaTime
Conflicts:
	plugin.py
2013-11-12 20:34:17 -05:00
Thomas Ross
146f5a6872 Fix typo 2013-11-12 20:28:34 -05:00
Thomas Ross
11fd477715 Whoops 2013-11-12 20:27:35 -05:00
Th0masR0ss
64df511460 Merge branch 'master' of https://github.com/Th0masR0ss/TriviaTime 2013-11-12 20:25:12 -05:00
Th0masR0ss
8c8d604d6e Sneakily add myself to contributors list, start to add updating databases 2013-11-12 20:22:32 -05:00
Thomas Ross
b9fad9098f Update .gitignore for PyCharm 2013-11-12 18:03:12 -05:00
tannn
d75787c6cd Update README.md 2013-11-12 16:39:01 -06:00
tannn
b2bf268912 Merge pull request #84 from rootcoma/other_hint
Making other hint like bogus
2013-11-12 14:04:06 -08:00
tannn
eb7a65b2c0 Merge pull request #83 from rootcoma/track_longest_streak
Added columns to track longest streak
2013-11-12 14:03:44 -08:00
tannn
7e9e44e14a Merge pull request #82 from rootcoma/add_github_link
Addding version number and github link to .info
2013-11-12 14:02:59 -08:00
tannn
29ca80a232 Merge pull request #81 from csssuf/master
fix #80
2013-11-12 14:02:40 -08:00
rootcoma
2f731594cc Making other hint like bogus 2013-11-12 11:02:40 -08:00
rootcoma
817ac83321 Minor fixes on canonicalization, removing print debug 2013-11-12 08:33:30 -08:00
rootcoma
812e3079d5 Added columns to track longest streak 2013-11-12 08:29:54 -08:00
rootcoma
81d4341a3a Addding version number and github link to .info 2013-11-12 08:15:20 -08:00
James Forcier
7e4b76db8e fix #80 2013-11-12 09:33:38 -05:00
tannn
9e2c490adf Merge pull request #75 from rootcoma/edit_command
Editing without a '*' just edits the question
2013-11-11 18:50:31 -08:00
tannn
c84c84f011 Merge pull request #74 from rootcoma/report_from_msg
Adding channel argument to report for reporting from /msg
2013-11-11 18:50:22 -08:00
tannn
971c2c40f2 Merge pull request #73 from rootcoma/hints_vowel_fix
Fixed show whole word on hint in vowel mode
2013-11-11 18:49:56 -08:00
tannn
da3ae6af5c Merge pull request #72 from rootcoma/moving_messages
Moving messages from config.py to inline inside of plugin.py
2013-11-11 18:49:31 -08:00
tannn
f21bb37f56 Merge pull request #70 from rootcoma/variable_points
Points depend on how many times question answered/missed
2013-11-11 18:48:50 -08:00
rootcoma
9386ed1421 Editing without a '*' just edits the question 2013-11-11 17:15:43 -08:00
rootcoma
0681071b14 Adding channel argument to report for reporting from /msg 2013-11-11 17:04:53 -08:00
rootcoma
ec1e570993 Fixed show whole word on hint in vowel mode 2013-11-11 16:58:50 -08:00
rootcoma
050dd50452 removing messages from config 2013-11-11 16:44:18 -08:00
rootcoma
6e185d1e82 Putting messages inline 2013-11-11 16:43:40 -08:00
rootcoma
83e698a9a3 Points depend on how many times question answered/missed 2013-11-11 15:01:20 -08:00
rootcoma
413cbd054d Reverting changes accidently made
Going to create pull request instead
2013-11-11 14:58:03 -08:00
rootcoma
3d073f2f21 Points depend on how many times question answered/missed
points += missed * 5 + answered * -5
2013-11-11 14:52:48 -08:00
tannn
83bdfc8b6f Merge pull request #65 from rootcoma/master
enhancing .me and recap
2013-11-10 14:20:55 -08:00
rootcoma
b47a2bce34 enhancing .me and recap 2013-11-10 14:13:27 -08:00
tannn
d91c21b5b1 Update config.py 2013-11-10 14:46:26 -06:00
tannn
45aa3f6115 Merge pull request #64 from rootcoma/master
Added 3rd hint is vowels option
2013-11-10 12:45:14 -08:00
rootcoma
b7fe6d2311 All accents are removed, never displayed 2013-11-09 10:46:15 -08:00
rootcoma
0da9669ff5 Adding folding of accent chars 2013-11-09 10:37:02 -08:00
rootcoma
b2ccdedb1e Minor changes to masking 2013-11-09 10:05:48 -08:00