Skip to content

Commit 0952598

Browse files
authored
Merge pull request #7 from TotallyNotRobots/master+akill-fix
fixed repeated ' ,'.join() of address
2 parents 792daad + a33b1c3 commit 0952598

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/akill.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def params_from_msg(msg):
5555
return params
5656

5757
def parse_akill(self, nick, time, reason, address):
58-
address = ", ".join(address)
5958
reason = reason.lower()
6059
text = " ".join(address)
6160
address = ', '.join(address) or nick

0 commit comments

Comments
 (0)