Commit Graph

76 Commits

Author SHA1 Message Date
Jimmy Cao
9ec729adb6 added !admin so that the owner of the bot can temporarily make someone an admin 2011-07-23 00:57:23 -05:00
Jimmy Cao
a8598d61f4 changed the !stats grammar a bit (no seer -> no seers) without bolded "no" 2011-07-23 00:38:09 -05:00
Jimmy Cao
fb56c98898 fixed another bug and also made !fjoin just !join 2011-07-23 00:26:11 -05:00
Jimmy Cao
5340ff6b74 bug fix 2011-07-23 00:21:33 -05:00
Jimmy Cao
b7f6d8f15e make !fjoin more like !frole (you can do it on people who are in the channel) 2011-07-23 00:16:28 -05:00
Jimmy Cao
05a44098bf fixed a bug and made !frole case-insensitive 2011-07-22 23:43:15 -05:00
Jimmy Cao
67d9509c1d fdel and fquit 2011-07-22 23:36:28 -05:00
Jimmy Cao
85b22c5930 fixed a bug that caused the bot to sometimes not end the night prematurely when all have acted 2011-07-22 22:50:48 -05:00
Jimmy Cao
c354053757 !reset is now !fstop 2011-07-22 20:46:25 -05:00
Jimmy Cao
1ad1aa303d fixed a small bug in !chankick 2011-07-20 15:39:38 -05:00
Jimmy Cao
a638d7add9 added documentation for !admins, now !away'd admins don't get pinged with !admins 2011-07-20 00:40:29 -05:00
Jimmy Cao
16d046ecf6 make the end-game messages aware of nick changes that occur during the game 2011-07-19 23:05:10 -05:00
Jimmy Cao
38c2356534 added !admins 2011-07-19 22:50:52 -05:00
Jimmy Cao
2912b23056 fixed a bug where wolfbot crashes (from implementing the auto-game-over when seer/wolf are idle first round) 2011-07-19 22:23:54 -05:00
Jimmy Cao
d1d05c1eb6 added variable's feature [A]: if wolves and seers don't act first night, then game auto-ends 2011-07-19 22:21:23 -05:00
Jimmy Cao
742aa34e92 added more documentation for some commands 2011-07-19 20:57:32 -05:00
Jimmy Cao
7375437bb8 added !away (!back), also works in a PM 2011-07-19 20:21:08 -05:00
Jimmy Cao
6f722e7e37 small fix to make it display the wolf first during the role-revealing after game ends 2011-07-19 18:37:54 -05:00
Jimmy Cao
da8571f559 turned off some debug features and changed the winning-conditions check so that traitors are not counted as wolves (howlbot behavior) 2011-07-19 18:18:00 -05:00
Jimmy Cao
5f69041ba0 implement getting !help for individual commands 2011-07-18 16:51:02 -05:00
Jimmy Cao
cd3946b402 added updated the function documentation for some commands 2011-07-18 16:14:55 -05:00
Jimmy Cao
9ffd8aa58f major update and fix for the function that checks if night is done (all seers, wolves, etc have acted) 2011-07-18 16:00:53 -05:00
Jimmy Cao
4f33acf925 added license at the top of a few files 2011-07-18 13:42:30 -05:00
Jimmy Cao
fa3df32c29 fixed the guardian angel message 2011-07-18 13:15:22 -05:00
Jimmy Cao
b481e42474 fixed error with fleave caused by recent changes to the idler-killer 2011-07-18 13:02:12 -05:00
Jimmy Cao
a66dff8504 nicks that start with ` are no longer considered fake 2011-07-18 12:55:07 -05:00
Jimmy Cao
3e6cff78ea relieved some lag for the wolf relay with dwfreed's tip of taking the advantage of multiple privmsg targets 2011-07-17 22:46:49 -05:00
Jimmy Cao
797f3514a7 fixed some minor stuff 2011-07-17 21:49:05 -05:00
Jimmy Cao
0211053b1d full threading for the reaper function 2011-07-17 20:30:26 -05:00
Jimmy Cao
d64b4ee2f8 fixed bugs introduced by the last commit 2011-07-17 18:35:59 -05:00
Jimmy Cao
77c78c8788 added the ability to auto-nickserv-ghost or auto-nickserv-release 2011-07-16 15:57:29 -05:00
Jimmy Cao
dfb6e1b4ec fixed a bug for detective; players who are just changing host don't quit the game; better error handling 2011-07-16 15:09:09 -05:00
Jimmy Cao
01523edac3 fixed an english grammar blunder 2011-07-16 00:01:17 -05:00
Jimmy Cao
f0a732e8c5 cleaned stuff up 2011-07-12 07:14:48 -05:00
Jimmy Cao
26c0a71501 !help 2011-07-11 05:15:01 -05:00
Jimmy Cao
2a324cbc8d fixed the leguin bug, allowed more customization of chances 2011-07-10 16:14:45 -05:00
Jimmy Cao
276ecb53b5 added the player limit 2011-07-10 15:52:57 -05:00
Jimmy Cao
9ea736f6e5 adjusted rate limit, fixed bug 2011-07-10 15:09:43 -05:00
Jimmy Cao
ad750d8f66 added a tokenbucket algo rate limiter, and added the detective role 2011-07-10 14:40:54 -05:00
Jimmy Cao
d238c81fdc added gunner's possibility of killing wolf during night, added guardian angel fully 2011-07-10 05:12:43 -05:00
Jimmy Cao
87ae12999b nothin much 2011-07-10 03:30:08 -05:00
Jimmy Cao
0fc4629d8b improved admin commands 2011-07-09 18:00:23 -05:00
Jimmy Cao
177982f9db added a few admin features. 2011-07-09 16:18:22 -05:00
Jimmy Cao
de35286d9d added !goat, !force, etc 2011-07-09 15:47:17 -05:00
Jimmy Cao
20d40cb742 improved many things
added stuff like !restart, !fping etc for admins only
2011-07-09 13:25:54 -05:00
Jimmy Cao
9151570c73 started implementing G.Angel, and fixed a KICK bug 2011-07-09 02:10:32 -05:00
Jimmy Cao
bb264d0552 added background thread that kills idlers 2011-07-08 18:22:22 -05:00
Jimmy Cao
6758255eaf fixed bug in PART/QUIT/KICK handlers 2011-07-08 12:26:50 -05:00
Jimmy Cao
fcc5b3cedc polished !stats more 2011-07-08 11:09:03 -05:00
Jimmy Cao
9bd80bce5c fixed small bug in !stats 2011-07-08 10:35:24 -05:00