diff options
| author | root <root@pigstarter.de> | 2014-06-13 13:18:21 +0200 |
|---|---|---|
| committer | root <root@pigstarter.de> | 2014-06-13 13:18:21 +0200 |
| commit | 0fe9b8fbad6801d244d1df70bbf7bdb1d2c599f9 (patch) | |
| tree | 6323394dc147569f56164f528f0248a3be02314a /titlebot/commands/undo | |
| parent | 17f3fc71f06f4b27ee3831114dcca7b80384e334 (diff) | |
update bgt titlebot
Diffstat (limited to 'titlebot/commands/undo')
| -rwxr-xr-x | titlebot/commands/undo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/titlebot/commands/undo b/titlebot/commands/undo index a66de67..e1b0aba 100755 --- a/titlebot/commands/undo +++ b/titlebot/commands/undo @@ -15,7 +15,7 @@ except: print("""usage: undo number (...) undos vote of one or more entries based on .list""") sys.exit(1) -voter = environ['_prefix'] +voter = environ['_prefix'].split("@")[1] voter_name = environ['_from'] for vote in votes: try: |
