@@ -10,9 +10,6 @@ def _cmd_paste():
root = tk.Tk(baseName="")
root.withdraw()
result = root.clipboard_get()
recipient = prof.get_current_recipient()
room = prof.get_current_muc()
if recipient or room:
prof.send_line(u'\u000A' + result)
def prof_init(version, status):
The note is not visible to the blocked user.