Jimmy Cao
7fb6b6eb80
cleanup of fgame
13 years ago
Jimmy Cao
3349130beb
Merge pull request #2 from zamabe/master
...
Change pinging behavior
13 years ago
zamabe
6de1e1a2a4
Changed behavior of stats command and added a players command.
...
The stats command's behavior has been to ping every person already
playing. The solution placed into practice here is to split the
more annoying (and frankly, mostly unnecessary) half of the command
into a different command for use when actually wanted/needed.
13 years ago
zamabe
603f955a00
Allow players to join the game after being pinged.
...
Check for and enforce a minimum wait time when ping command is used
to avoid leaving players behind after pinging them.
13 years ago
Jimmy Cao
d6a8c83c2a
.hgignore
13 years ago
Jimmy Cao
613c7fca05
various tweaks
13 years ago
Jimmy Cao
e8001c19de
small tweaks in !fgame
13 years ago
Jimmy Cao
7f977306cc
update readme
13 years ago
Jimmy Cao
ea9acbc0f8
better regex matching for quiet list at startup
13 years ago
Jimmy Cao
fb1c1ea6cb
automatic devoice and -q when join
13 years ago
Jimmy Cao
9569e4a0f0
Rainboy's ingenius fix for issue 59: no devoice if player DC's
13 years ago
Jimmy Cao
71190ca1bb
fixed werecrow bugs
13 years ago
Jimmy Cao
078b7bb633
fix the wording in werecrow messages
13 years ago
Jimmy Cao
a3f9f3dda9
update botconfig.py example to reflect recent changes
13 years ago
Jimmy Cao
38edcffdb1
major restructuring
...
--HG--
rename : wolfgame.py => modules/wolfgame.py
rename : var.py => settings/wolfgame.py
rename : decorators.py => tools/decorators.py
rename : wolfgamelogger.py => tools/wolfgamelogger.py
13 years ago
Jimmy Cao
e0ff07d7ef
changed database structure a bit
13 years ago
Jimmy Cao
c7bdb28016
fixed possible bugs
13 years ago
Jimmy Cao
c0f294312a
massive improvements to tracking
13 years ago
Jimmy Cao
9d41d28653
improved tracking
13 years ago
Jimmy Cao
a7e8ad3831
better stats (needs testing)
13 years ago
Jimmy Cao
4fb2a1679d
added support for account-notify
13 years ago
Jimmy Cao
36aa826df9
added support for extended join
13 years ago
Jimmy Cao
9b10167511
removed nick change tracking
13 years ago
Jimmy Cao
7946fca603
prevent nick changing DC'd players
13 years ago
Jimmy Cao
c4c7c6b258
fix a wolf relay bug
13 years ago
Jimmy Cao
01730bc94f
fix autorestart after kick due to excess flood
13 years ago
Jimmy Cao
150748841f
!frehash in debug mode sets timers to 0 now
13 years ago
Jimmy Cao
e1c6b35b1f
fix nick change recording
13 years ago
Jimmy Cao
7ac6a394a5
emergency response to a change in freenode's settings
13 years ago
Jimmy Cao
023f07c968
add gunner, drunk to the end-of-game stats listing
13 years ago
Jimmy Cao
7d57c8ad2d
fix fake nick recognition
13 years ago
Jimmy Cao
3f36fb3fb5
change line endings to unix style
13 years ago
jcao219
eff717cfff
fix another bug
13 years ago
jcao219
b957f9922a
fix bug 56
13 years ago
jcao219
345b597dc9
add a player record on join in the database
13 years ago
jcao219
03c9444af0
record the cloaks of dead people
13 years ago
jcao219
908d08acd7
Tweak the stats database so that tying stats data to a player is much easier
13 years ago
jcao219
1e3320b2b9
bug fix
13 years ago
jcao219
8b138ff808
call sys.exit()
13 years ago
jcao219
d53e9e482d
os._exit takes one argument
13 years ago
jcao219
af91571207
use os._exit
13 years ago
jcao219
e6639118db
make it easier for the bot to exit, allow rejoin after part within 7 seconds
13 years ago
jcao219
d808d748ef
hopefully fix the elusive nick-change bug, prevent DC'd users from rejoining after a game ends
13 years ago
jcao219
e5ed0ef929
bug fix for the quit-rejoin code
13 years ago
jcao219
b53d7de319
fix a typo/bug
13 years ago
jcao219
8e5cd95d55
parting now does not allow a player to rejoin
13 years ago
jcao219
e77ed98399
logging to a *separate* file when a player returns after he disconnects
13 years ago
jcao219
e5120eec99
log when someone returns (after DC)
13 years ago
jcao219
c81d98dfbb
allow players that quit/part during the game to rejoin within a certain period of time after their disconnection
13 years ago
jcao219
143f6ff0e2
add timestamps for logging
13 years ago