diff options
Diffstat (limited to 'Reaktor/titlebot/commands/up')
-rwxr-xr-x | Reaktor/titlebot/commands/up | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/titlebot/commands/up b/Reaktor/titlebot/commands/up index 0a48bdb0..7aff5944 100755 --- a/Reaktor/titlebot/commands/up +++ b/Reaktor/titlebot/commands/up @@ -15,7 +15,7 @@ if not votes: upvotes 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: |