From efceaa1b78cea56d1e9c691fddbddc40b7357824 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Jun 2014 13:18:21 +0200 Subject: update bgt titlebot --- Reaktor/titlebot/commands/up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor/titlebot/commands/up') 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: -- cgit v1.2.3