Fix !pull again...
This commit is contained in:
parent
5ed31496a3
commit
3e0df48c7c
@ -3045,7 +3045,7 @@ def git_pull(cli, nick, chan, rest):
|
||||
raise
|
||||
|
||||
if output:
|
||||
for line in output:
|
||||
for line in output.splitlines():
|
||||
cli.msg(chan, line.decode('utf-8'))
|
||||
|
||||
@pmcmd("pull", admin_only=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user