Mascarada / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

Waitlist whispers across RealID #615

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Recurring reward removes character from standby list
2. /w will allow character to be returned to the waitlist ("epgp standby 
[charactername]")
3. This activation is unresponsive across RealID whispers (no reply from mod, 
character not added back to waitlist).

What is the expected output? What do you see instead?

This is an enhancement request. Expected (hoped for) output would be a return 
whisper of "[charactername] added to the waitlist." Currently, no reply comes, 
nor is the character added to the waitlist.

What version of the product are you using? What locale is your client (en,
ru, kr, ch, es, tw)? What other addons do you have installed and what
versions? How many members do you have in your guild? (/guildinfo).

5.5.17 en

Original issue reported on code.google.com by NathanRL...@gmail.com on 27 Jul 2010 at 10:40

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 28 Jul 2010 at 5:38

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 28 Jul 2010 at 5:39

GoogleCodeExporter commented 8 years ago
Any updates on this?

Original comment by tays0...@gmail.com on 8 May 2013 at 1:41

GoogleCodeExporter commented 8 years ago
This is a problem even when not in crossrealms. Since all whispers not include 
user-realm you get back "USER is not eligible for EP awards" when trying to add 
to standby list. instead you must whisper "EPGP standby USERNAME" to be added.

Original comment by curtis.b...@gmail.com on 22 Jul 2014 at 5:59

GoogleCodeExporter commented 8 years ago
will it work? I tested this on a Russian server 
ПиратскаяБухта/ТкачСмерти. do not kick me for this, I 
do not know how to program :D

epgp 5.11.11

whisper.lua 79

enabled = false,

enabled = true,

whisper.lua 20

  if member then
    -- http://lua-users.org/wiki/LuaUnicode
    local firstChar, offset = member:match("([%z\1-\127\194-\244][\128-\191]*)()")
    member = firstChar:upper()..member:sub(offset):lower()
  else
    member = sender
  end

 if not member then
   if not sender:match("%-") then
      member = sender.."-"..GetRealmName():gsub("%s+", "")
   else
      member = sender
   end
 end

Original comment by Couldbea...@gmail.com on 22 Aug 2015 at 5:47