Removed semicolons from python plugins

This commit is contained in:
James Booth
2013-09-20 00:30:26 +01:00
parent 040187a091
commit ccf9f7591a
3 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ def cmd_browser(url):
if (url != None):
link = url
else:
jid = prof.get_current_recipient();
jid = prof.get_current_recipient()
# check if in chat window
if (jid != None):
@@ -36,7 +36,7 @@ def cmd_browser(url):
if jid in lastlink.keys():
link = lastlink[jid]
else:
prof.cons_show("No links found from " + jid);
prof.cons_show("No links found from " + jid)
# not in chat window
else: