hyperchannel icon indicating copy to clipboard operation
hyperchannel copied to clipboard

Improve op user rendering in member list

Open raucao opened this issue 9 years ago • 3 comments

Currently, they just have an @ in front of their name, because that's plain IRC. Should remove the @ and add a status to the user object, as well as highlight it visually somehow.

raucao avatar May 15 '15 01:05 raucao

Related: it looks like there's a bug in the current master when trying to message an op by clicking their name in the channel list. Since the username is prefixed with @ it does not work:

  sockethub-platform-irc Unprocessed message [irc://[email protected]]:  IRCMessage {
  prefix: 'cherryh.freenode.net',
  command: 'ERR_NOSUCHCHANNEL',
  params: [ 'hyper_greg', '@ChanServ', 'No such channel' ],
  server: 'cherryh.freenode.net',
  raw: ':cherryh.freenode.net 403 hyper_greg @ChanServ :No such channel',

gregkare avatar May 04 '17 16:05 gregkare

@gregkare That would be a different issue. Care to create one specifically for that bug?

raucao avatar May 04 '17 16:05 raucao

Will do!

gregkare avatar May 04 '17 16:05 gregkare