Yizhe Shen
c42aeebc99
More code refactoring.
...
- Updated 'next' command to use 'onlyInChannel' wrapper parameter
- Partial refactoring of next() and skip()
2014-06-13 02:02:41 -04:00
Yizhe Shen
0a1ed5cb37
Partial fix for issue #288 .
...
- For registered users, the 'skip' command now stores the registered name
of the user instead of the user's current nick
- Unregistered users still won't have tracking for 'skip' across different
nicks
- Made skip() an 'onlyInChannel' command
- Partial refactoring of skip() method
- Small fix for kaosRemainingCommand
2014-06-13 01:16:25 -04:00
tannn
d78fb7f966
Update version
2014-06-12 21:57:34 -05:00
Tanner
ddc2149e16
Improve text, add triviaadmin to authweb
...
Test improved includes the authweb command description and error, along
with the error when using .next via message.
2014-06-12 21:26:10 -05:00
Yizhe Shen
747a8a6bcf
Minor changes to start() method.
...
- Moved setting of channel capabilities until after the game is initialized
- Added 'onlyInChannel' wrapper parameter in start() method to replace the
existing check and channel parsing
2014-06-12 07:41:43 -04:00
Yizhe Shen
0a15387783
Added auto-enforcement of TriviaTime channel capabilities. (issue #294 )
...
- Whenever the 'start' command is issued in any channel, the game now
checks to see if '-triviamod' and '-triviaadmin' are set as channel
capabilities for that channel and sets them if they are not
2014-06-12 07:07:00 -04:00
Yizhe Shen
b9170a7cc2
Updated command permissions and added channel capability. (issue #294 )
...
- Updated command permissions as specified in issue #294
- Removed 'user' wrapper parameter for commands that required a higher
capability
- Added new "triviaadmin" channel capability
- Added proper 'channel' wrapper parameter where required
- Modified user capability check for authweb() method
2014-06-12 04:11:53 -04:00
Yizhe Shen
7e17149555
Fix for issue #269 .
...
- Added check to showround() to disallow usage for the current question if
it is still in play
2014-06-10 20:32:04 -04:00
Yizhe Shen
53766b0347
Added 'by' info for shownew(). Removed 'Text:' from showround().
2014-06-10 19:05:56 -04:00
Yizhe Shen
76aa2adf59
Fix for kaosRemainingCommand.
...
- Added check to make sure that the current question is a KAOS question
2014-06-08 23:43:19 -04:00
Tanner
f75457bc4f
General nitpicking
2014-06-04 17:07:24 -05:00
Yizhe Shen
b8ea810d8f
Added editor information to "showedit" and a couple of fixes.
...
- "showedit" command now displays who edited the question
- Fix for kaosRemainingCommand (syntax error)
- Fixed a typo in TriviaTime.addfile()
2014-06-03 22:44:58 -04:00
Yizhe Shen
78b9749015
Minor change for hint command.
...
Made the check for KAOS questions more robust.
2014-02-13 18:28:01 -05:00
Yizhe Shen
8e986df709
Fix for issue #261 .
...
Lets the normal extra hint command also work for KAOS questions. Adds a
notice about this update to players who use the KAOS hint command.
2014-02-12 01:23:44 -05:00
rootcoma
602a63c932
Show points for today in recap. Fix deletegames
2014-01-13 02:03:09 -08:00
rootcoma
4632753155
Fix #0 this month
2014-01-06 17:29:03 -08:00
rootcoma
48aee817ae
Add streak without adding to pointsAdded
2014-01-06 17:08:33 -08:00
rootcoma
14932826bc
Adding streakbonus to pointsAdded
2014-01-06 01:46:27 -08:00
rootcoma
36b9812610
remove voice on right answer
2014-01-05 00:01:24 -08:00
tannn
debd947bde
Updating version
2014-01-04 22:26:44 -06:00
tannn
922434436d
Update active in info
2014-01-04 22:24:35 -06:00
tannn
c2eb0170e5
Don't add streak to the question's points
...
Fixes #270
2014-01-04 22:02:23 -06:00
tannn
32bbce3982
Updated version and other minor changes
2014-01-04 21:45:27 -06:00
rootcoma
6c893eff40
fix voice
2013-12-14 16:44:43 -08:00
rootcoma
8114a411c1
Remove check for op on voice
2013-12-14 16:35:58 -08:00
rootcoma
87579b1ab9
Fix rmnew, remove dupe answers in kaos
2013-12-13 12:12:10 -08:00
Srijay Kasturi
79afe41de6
i suck so badly at this fix #250
2013-12-12 15:59:52 -05:00
rootcoma
9a0299d5b6
Adding network to game object storage
2013-12-09 20:24:40 -08:00
rootcoma
92b6a61ecc
Add reload and die functions
2013-12-09 12:11:04 -08:00
rootcoma
aefc0be7f5
Adding recent activites, adding config for turning off logging
2013-12-09 10:37:28 -08:00
rootcoma
d97b866339
didn't like formatting
2013-12-08 20:43:30 -08:00
rootcoma
f17de80a22
Fixing KeyError on authweb
2013-12-08 20:05:28 -08:00
rootcoma
8416e74922
Fixing KeyError on authweb
2013-12-08 19:59:23 -08:00
rootcoma
6075f4379e
Fixing logging error in authweb
2013-12-08 19:28:54 -08:00
rootcoma
6f70a6c2bc
Adding logger
2013-12-08 17:30:54 -08:00
rootcoma
1243c7310a
adding check for op halfop before voicing
2013-12-07 18:12:27 -08:00
rootcoma
f6a3471e0c
Adding voice check, voice on correctans
2013-12-07 17:43:17 -08:00
rootcoma
5d188395db
Adding check for ops before voicing
2013-12-07 17:00:27 -08:00
rootcoma
c57485583e
Timeout for voicing
2013-12-07 16:06:47 -08:00
rootcoma
dceac1f0eb
formatting, fixing authweb
2013-12-06 12:22:09 -08:00
rootcoma
ba7ec636f4
Adding deletion reasons
2013-12-06 10:27:47 -08:00
rootcoma
e8ab644b44
Fixing edit
2013-12-05 22:58:19 -08:00
rootcoma
a9ff294431
Adding login.php, adding autoload and bootstrap
2013-12-04 18:36:04 -08:00
rootcoma
b4fcbb4eb2
Delete if report is 'delete'
2013-12-04 07:52:16 -08:00
rootcoma
13762482bf
Adding globalStats config
2013-12-03 18:03:05 -08:00
tannn
f58e337b2f
Merge pull request #214 from rootcoma/colors_kaos_hints
...
Add colors to remaining kaos hints ','
2013-12-03 07:05:03 -08:00
rootcoma
2521c9cb6f
Changing to string formatting
2013-12-03 06:41:28 -08:00
rootcoma
b72a88e9a1
Add colors to remaining kaos hints ','
2013-12-03 06:38:59 -08:00
rootcoma
7425f56296
Fixing deletes, adding restorequestion
2013-12-03 06:15:20 -08:00
rootcoma
1078c6e707
Adding type argument to deletequestion
2013-12-02 01:03:54 -08:00