nyuszika7h
81ae2e7516
Also update frestart
...
I guess I lied, that wasn't my last commit for today.
2015-02-27 20:58:14 +01:00
nyuszika7h
0bbfee91f4
Remove debug assert
...
That's it. I'm not pushing anything else today. If something is still
broken, ask @Vgr255 or someone else to fix it.
2015-02-27 20:52:13 +01:00
nyuszika7h
da41736842
Revert latest change and fix & refactor traceback pastebinning
2015-02-27 20:46:26 +01:00
nyuszika7h
0d99297aee
Rename PASTEBIN_ERRORS to PASTEBIN_TRACEBACKS
...
For clarity and because it sounds better.
2015-02-27 18:01:13 +01:00
nyuszika7h
b804d95e57
Add an option to pastebin tracebacks
2015-02-27 17:55:57 +01:00
nyuszika7h
d9a0fa3b6f
pm: Use repr() for printing fake nick PMs
...
This is handy if you are looking for control codes (e.g. bold) which
would otherwise be ignored by the terminal, as they use different
control codes, and they don't know what to do with \x02 and such.
It's also consistent with the way actually-sent messages are printed.
2015-02-27 16:55:58 +01:00
Vgr E.Barry
c0fe71bfda
Allow !stats to show who's wolf if wolf, and remove nicks from PMs !stats.
2015-02-27 10:00:37 -05:00
skizzerz
6a0dd3a70c
Revert 180f64e
and followup 5e0e022
.
...
This needs proper discussion before being implemented, and if decided to
be implemented should be done as a PR.
The "don't show person's nick in pmcommand" part is fine and could be
re-added, git revert is stupid and doesn't let me do a partial revert.
2015-02-27 00:08:58 -06:00
jacob1
f592af1d6b
!revealroles now shows a ton more info
...
now shows lovers, dead vengeful ghosts & teams, clone / assassin targets, gunners, what totems shamans have, and what totems were given out to who
2015-02-26 23:17:36 -05:00
Vgr E.Barry
5e0e022bc3
Fix wolves getting other people's messages.
2015-02-26 12:50:20 -05:00
Vgr E.Barry
079e13d10d
Add a !players alias to !stats.
2015-02-26 09:23:29 -05:00
Vgr E.Barry
180f64e7b8
Improve PM commands to tell all wolves (+tell who is wolf).
...
Also remove the nick from the message if it's in PM, regardless.
2015-02-26 09:23:19 -05:00
Vgr E.Barry
c75ec4f559
Respect settings if GA can guard self.
2015-02-26 07:14:29 -05:00
Vgr E.Barry
02ec5e9309
Improve some messages when beginning night.
...
Harlot: Mention ability to visit oneself to stay home.
Bodyguard: Mention ability to pick oneself to guard noone.
Guardian Angel: Mention ability to guard oneself.
Guardian Angel: Add user to the players list.
Guardian Angel: Remove last guarded user from the players list.
All kinds of shamans: Remove user that last received a totem from this
user from the players list.
2015-02-25 19:31:35 -05:00
Vgr E.Barry
10706674c3
Prevent unsuccessful !joins to trigger the ping-if timer.
2015-02-25 17:15:37 -05:00
jacob1
11dbb56a0e
also don't allow people with hosts matching players currently in the game to use revealroles
2015-02-24 20:49:31 -05:00
jacob1
58067a3264
don't allow someone to !revealroles if another player under that account name is still in the game
2015-02-24 16:12:17 -05:00
skizzerz
1c7a60540d
If revealroles is allowed during normal play, restrict it to only non-players and dead people. Still admin-only so it logs and needs to be fallowed
2015-02-23 22:32:33 -06:00
Vgr E.Barry
e691f918c8
Revert previous 'fix' and discard any conflicting possibilities.
2015-02-22 20:18:24 -05:00
Vgr E.Barry
05e3ecd68f
Add missing lock release causing the bot to hang up.
2015-02-22 20:07:45 -05:00
Vgr E.Barry
425919ffa5
Excplicitely acquire the warning lock to release it only when we need to.
2015-02-22 19:52:21 -05:00
nyuszika7h
19760a0ea7
pingif: Fix incorrect usage of 'any'
2015-02-22 22:46:48 +01:00
nyuszika7h
7761289893
pingif: Reorder checks (micro-optimization) and improve readability
2015-02-22 22:24:38 +01:00
nyuszika7h
1447284666
pingif: Add more ways to disable
2015-02-22 22:20:32 +01:00
nyuszika7h
27c753efb8
pingif: Remove redundant 'ping-if' alias
2015-02-22 22:13:51 +01:00
Janik Kleinhoff
71b420a1a5
Merge branch 'ping-if-feature'
...
This appears to have been sufficiently reviewed and doesn't seem to have
any critical flaws remaining; multiple other people agreed with merging.
2015-02-21 23:17:19 +00:00
Vgr E.Barry
2565f11f03
Remove leftover command prefixes.
2015-02-21 18:01:50 -05:00
Vgr E.Barry
13398b4bc3
Remove the command prefix from a few messages.
2015-02-21 17:45:38 -05:00
Vgr E.Barry
79a57f6389
Use dict.get() method where possible for ping-if settings.
2015-02-21 17:40:26 -05:00
jacob1
2009f7763f
don't log "unhandled commands" (all messages are still printed anyway)
2015-02-21 17:37:22 -05:00
nyuszika7h
9f6e474ff6
Remove unused code and files
2015-02-21 23:03:11 +01:00
Janik Kleinhoff
66169aead4
s/game is canceled/the game is canceled/
2015-02-21 21:44:54 +00:00
Vgr E.Barry
dbf614c0cc
Fix !time not being usable in the join phase.
...
Previously, !time could be used in the join phase to see how much time
was left before the game started. With my decorators overhaul I broke
this feature. Adding this back in.
2015-02-20 17:24:23 -05:00
Vgr E.Barry
26dd0b9c26
Add threading locks to deal with the ping-if timer properly.
2015-02-19 22:16:48 -05:00
Vgr E.Barry
375e34eb3f
Change the ping_join thread to be a timer instead.
2015-02-19 16:44:30 -05:00
Vgr E.Barry
1796c8d615
Update ping-if with @skizzerz's notes.
2015-02-19 06:00:24 -05:00
Vgr E.Barry
cd8ffbc4b6
Remove a useless conditional.
2015-02-18 04:30:56 -05:00
Janik Kleinhoff
7e6e190a1e
Fix an undefined variable error (blame Vgr)
2015-02-18 05:05:26 +00:00
Vgr E.Barry
6f6805f1ea
Tweak a few pingif messages to be more descriptive.
2015-02-17 06:08:38 -05:00
skizzerz
7d18a3b902
Alpha tweaks
...
- Fix bug when using bite and not specifying a victim where victim was
None and thus trying to get their role resulted in a KeyError
- Forward params from bite onwards to kill so you no longer need to do
both (although you can still bite one person and kill someone else if
you REALLY wanted to for some reason... it still won't work though)
- If the bite failed for any reason (including if they targeted lycan
who just instantly turns), refund the bite so the alpha wolf can try
again after a wolf dies again during the day.
2015-02-16 23:39:27 -06:00
Vgr E.Barry
d107173268
Improve the pingif's versatility.
...
This merges !pingpref into !pingif, and allows for more user options, as
to how to get pinged. Default behaviour pings people once when their
desired player count is reached, and can be changed with !pingif as
well.
2015-02-16 20:59:11 -05:00
Vgr E.Barry
192b97d593
Improve the ping-if to not ping multiple times the same people.
2015-02-16 07:06:43 -05:00
Vgr E.Barry
225fdbc6bb
Update the ping-if with @skizzerz's notes.
2015-02-15 21:03:30 -05:00
Vgr E.Barry
75b14a87c1
Improve the ping-if feature.
...
This adds sort of a rate-limiting and pinging method preferences. If the
amount of players the person wants is reached or exceeded, they will be
automatically added to the !ping list; this is the default behaviour.
Doing !pingpref will make the bot automatically ping them shortly after
- this is done by a separate thread which is started on the first join
and exits when game starts or last player quits. Doing so will not
remove them from the ping list.
2015-02-15 17:56:00 -05:00
Vgr E.Barry
d22d03d7d6
Add the new ping-if feature.
2015-02-15 14:47:46 +00:00
Janik Kleinhoff
40f9d9c04a
!force: fix behaviour on fake nicks
...
!force 12 is meant to force 12, not to force 1 and 2.
Fixes issue introduced in 7f2e315
.
2015-02-14 16:32:21 +00:00
Vgr E.Barry
c094028f87
Fix error arising when monster wins.
2015-02-14 11:03:46 -05:00
skizzerz
e5fd6326ba
If GA guards harlot and harlot visits and harlot is attacked, play the harlot was attacked message
2015-02-07 20:19:18 -06:00
nyuszika7h
df64ebdd22
Fix !faftergame in PM with channel commands
2015-02-05 14:33:17 +01:00
nyuszika7h
b632f659e8
Fix code introduced in 1ce5d69
to be more clear
...
`L[:4:3]' isn't immediately obvious, especially for people coming from
other programming languages.
2015-02-05 14:16:32 +01:00
skizzerz
9652eb3cec
Fix death triggers
...
Whenever a single target has multiple triggers (e.g. mad scientist +
assassin or assassin + lover), and the kills would overlap, errors would
happen. A previous attempt to fix this for the single case of scientist
+ lover/assassin was ill conceived and did not take deadlist into
account. Fix this properly now.
2015-02-01 18:57:03 -06:00
Vgr E.Barry
1ce5d69113
Improve is_admin and is_owner to check for cloak in privmsg if available.
2015-02-01 06:08:44 -05:00
skizzerz
b490d91f7a
More ghost fixes with assistance from jacob1
...
- A ghost driven away by retribution totem can now get team wins if
their team wins, but will not get individual wins. They used to
unconditionally lose.
- Make it so ghosts driven away by retribution totem are no longer
messaged and are no longer able to kill.
2015-01-31 22:38:32 -06:00
skizzerz
3f990a22ec
Fix dead vengeful ghost always winning with village even if they are wolfteam, and clean up a weird-looking conditional
2015-01-31 21:58:33 -06:00
nyuszika7h
8df527e9d7
Fix grammar in message displayed on initial !join
2015-01-28 16:36:00 +01:00
skizzerz
ba9a9839fd
noreveal balance tweaks: remove CS and make traitor turning message play when traitor turns
2015-01-26 22:24:16 -06:00
Janik Kleinhoff
d0db82faab
simple clone role message: add missing period
2015-01-21 02:49:45 +00:00
nyuszika7h
677bb85053
Remove leftover debug print statements
2015-01-18 16:35:03 +01:00
nyuszika7h
07a684465e
Merge pull request #109 from lykoss/fsync-command
...
fsync command
2015-01-18 10:16:04 +01:00
Janik Kleinhoff
f5da2aff99
mode sync: handle targetless mode changes as well
2015-01-18 05:39:00 +00:00
jacob1
653e881b39
put timestamp on RESTARTING message + 2 others
...
not on the 'loading module wolfgame' message since that will be removed soon and it helps divide logs anyway
2015-01-18 00:10:46 -05:00
jacob1
be6ab9d723
really fix OverflowError with huge stasis values (by setting a cap)
2015-01-17 23:51:56 -05:00
jacob1
befcc1d8ce
fix observe error
2015-01-17 22:57:57 -05:00
Janik Kleinhoff
db65f07694
Call sync_modes() on incoming server mode change (i.e. netjoin)
2015-01-17 18:56:53 +00:00
nyuszika7h
c20512163e
fstasis: Handle OverflowError gracefully
2015-01-17 19:00:46 +01:00
jacob1
39e835fe60
remove useless variable and if statement check
2015-01-16 01:09:56 -05:00
jacob1
7f2e3153e7
!force works on commands with raw_nick (vote) + some logic changes
2015-01-16 01:02:56 -05:00
Vgr E.Barry
a4806d6e89
Fix debug logging breaking assassin and love suicide.
2015-01-14 20:00:50 -05:00
Janik Kleinhoff
b9634c2b0c
Add fsync command to sync modes manually
2015-01-14 21:05:57 +00:00
Janik Kleinhoff
be4e5ff510
mass_mode: allow setting modes without argument
...
This allows setting e.g. -m at the same time as devoicing old players.
2015-01-14 21:05:57 +00:00
Janik Kleinhoff
1f916a8f57
mass_mode: look at ISUPPORT MODES= token
2015-01-14 21:05:57 +00:00
nyuszika7h
adb039e83d
Make !vote/!v work as an alias for !game in the join phase
2015-01-14 19:47:13 +01:00
nyuszika7h
431ebe86d3
wait: Add per-user rate limit
2015-01-14 13:50:14 +01:00
nyuszika7h
54fe9b347b
wait: Use 'playing' in the decorator
2015-01-14 13:49:29 +01:00
Vgr E.Barry
87bb3fc599
Remove bold from logged messages and fix templates never logging.
2015-01-13 20:16:47 -05:00
Vgr E.Barry
d7c5f6f9ac
Make logging messages consistent.
2015-01-13 20:01:57 -05:00
Vgr E.Barry
cdc04dc3e3
Add some more logging at some places.
2015-01-13 20:01:55 -05:00
Vgr E.Barry
ae8a4d350b
Fix vengeful ghost logging message.
2015-01-13 20:01:54 -05:00
Vgr E.Barry
778c3bc232
Tweak a few debug messages.
2015-01-13 20:01:52 -05:00
Vgr E.Barry
7b1f710fb1
Improve debug logging messages.
2015-01-13 20:01:50 -05:00
Vgr E.Barry
cecf1c6fc5
Improve a few minor things.
...
Prevents "Unhandled command <stuff>" from writing to file, add back
weird piece of code to prevent too many templates and "would send
message to fake nick" message and creates file on startup if it doesn't
exist.
2015-01-13 19:59:02 -05:00
Vgr E.Barry
20eda8c5d1
Removed obsolete logging code.
2015-01-13 19:58:58 -05:00
Vgr E.Barry
55a14d6a3f
Add a proper logging feature. Closes #72 .
2015-01-13 19:58:55 -05:00
jacob1
ee00420812
fix missing space in oracle message
2015-01-12 14:21:27 -05:00
Vgr E.Barry
813dc38cbf
Modify message for oracle.
2015-01-11 21:37:47 -05:00
Vgr E.Barry
8a35862cb8
Don't display message about not receiving a PM on first night.
2015-01-11 21:21:19 -05:00
Vgr E.Barry
c29ed805e1
Allows !v to view votes in PM. Closes #106 .
2015-01-11 19:29:34 -05:00
Vgr E.Barry
982d6cb697
Fixed help not respecting !notice. Closes #107 .
2015-01-11 19:23:45 -05:00
nyuszika7h
71a85bbd38
Fix rate limit affecting !fstart
2015-01-08 15:54:59 +01:00
nyuszika7h
59a6339729
Unify "not logged in to NickServ" notices
...
In some places, the bot says "not logged in to NickServ", while in other
places, it saays "not identified with NickServ". This changes all such
notices to use the first form.
2015-01-07 19:51:08 +01:00
nyuszika7h
667b824065
Fix typo: s/logged in/not logged in/
2015-01-07 19:49:56 +01:00
jacob1
fa326b5fb3
fix fail with complete_match
2015-01-05 12:56:34 -05:00
jacob1
784bbe0111
prevent cases where you can unintentionally vote / act on yourself
2015-01-05 10:59:25 -05:00
skizzerz
5f458cc9dc
Fix vengeful ghost incorrectly winning
2015-01-04 20:47:49 -06:00
Vgr E.Barry
e2c5c819d6
Make "frestart normalmode" behave as intended.
2015-01-03 20:04:13 -05:00
Vgr E.Barry
932d9f45f4
Improved argument parsing.
...
Made launch arguments override the config's values. Added a --normal
switch for overriding both debug and verbose parameters if present.
2015-01-03 19:49:58 -05:00
Vgr E.Barry
11b35c79ff
Allow debug and verbose modes to be set directly from config.
2015-01-03 19:33:15 -05:00
Vgr E.Barry
555f80eb5e
Merge branch 'master' of https://github.com/lykoss/lykos
2015-01-03 18:21:49 -05:00
Vgr E.Barry
4a6bd6665f
Fixes faftergame (again).
2015-01-03 18:21:27 -05:00
jacob1
6fc05abd71
Merge pull request #102 from skizzerz/drunkassassin
...
Remove some restrictions on who can be assassin
2015-01-03 18:20:58 -05:00