You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LimeChat
I made a small change to MenuController#memberList_doubleClicked so
that a private message channel is opened instead of a whois dialog.
It probably isn't the best way to accomplish this, but it works for my
purposes. I thought I would pass it on as an idea for you to possibly
implement.
def memberList_doubleClicked(sender)
pt = @window.mouseLocationOutsideOfEventStream
pt = sender.convertPoint_fromView(pt, nil)
n = sender.rowAtPoint(pt)
if n >= 0
if sender.selectedRows.size > 1
sender.select(n)
end
onMemberTalk(sender)
#whois_selected_members(nil, false)
end
end
julians
unread,
Jan 1, 2009, 6:45:16 AM1/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LimeChat
Oh, that is nice! It always bothered me this wasn’t the default :)
Gonzie
unread,
Jan 1, 2009, 10:13:22 AM1/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LimeChat
can i have instructions on how to do this?
Chris Hall
unread,
Jan 1, 2009, 5:57:31 PM1/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message