jcao219
2e19497d3d
fix regression where wolf relay stopped working, add !simple database code
13 years ago
jcao219
d407f9bbfb
allow the bot to ignore all commands sent to @#channel or +#channel (botconfig.py updated!)
13 years ago
jcao219
5129a6731e
better warning message for sunset
13 years ago
jcao219
1b777f0b42
fix bug to prevent commands sent to @#channel or +#channel making the bot respond in that channel
13 years ago
jcao219
2ab2b8e8b6
small tweak to module system
13 years ago
jcao219
d26e25dd2f
show detective a player list
13 years ago
jcao219
b502005ec7
Added gun looting feature: https://code.google.com/p/wolf/issues/detail?id=73
...
Feature is disabled by default in the settings
13 years ago
jcao219
d3b5b10e84
(finally) make voice/devoice/quiet less weird
13 years ago
jcao219
982e5afa11
check for night end after death of any player
13 years ago
jcao219
305fb8442c
add clarifying comment
13 years ago
Jimmy@Jimmy-HP
40f41a9e0b
fix a crashing bug when doing !help ping
13 years ago
Jimmy Cao
0858b0737c
backout revision 297
13 years ago
Jimmy Cao
52154b9413
prevent crashing if !fgame is given invalid arguments
13 years ago
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