GreenWall

GreenWall

1M Downloads

Multiple join and leave messages

mrogaski opened this issue · 1 comments

commented

The name caching used to prevent duplicate loin/leave messages will need to account for Character-Realm format.

    "2014-03-22 22:04:09 -- [DEBUG/5] on_event: event=CHAT_MSG_CHANNEL_LEAVE", -- [4067]
    "2014-03-22 22:04:09 -- [DEBUG/5] chan_leave: channel=5, player=Gajira-EarthenRing", -- [4068]
    "2014-03-22 22:04:09 -- [DEBUG/5] comember_cache: miss Gajira-EarthenRing", -- [4069]
    "2014-03-22 22:04:09 -- [DEBUG/5] Cp<ChatFrame1/SYSTEM, *, *>: Gajira-EarthenRing has gone offline.", -- [4070]
    "2014-03-22 22:04:15 -- [DEBUG/5] on_event: event=CHAT_MSG_CHANNEL", -- [4071]
    "2014-03-22 22:04:15 -- [DEBUG/5] Rx<5, 29, Plipp>: C#fortuna##lol", -- [4072]
    "2014-03-22 22:04:15 -- [DEBUG/5] tx_check: sender=Plipp, id=Thénoir-EarthenRing", -- [4073]
    "2014-03-22 22:04:15 -- [DEBUG/5] Cp<ChatFrame1/GUILD, *, Plipp>: <fortuna> lol", -- [4074]
    "2014-03-22 22:04:15 -- [DEBUG/5] Cp<ChatFrame3/GUILD, *, Plipp>: <fortuna> lol", -- [4075]
    "2014-03-22 22:04:18 -- [DEBUG/5] on_event: event=CHAT_MSG_CHANNEL_JOIN", -- [4076]
    "2014-03-22 22:04:18 -- [DEBUG/5] chan_join: channel=5, player=Garmoc", -- [4077]
    "2014-03-22 22:04:18 -- [DEBUG/5] comember_cache: miss Garmoc", -- [4078]
    "2014-03-22 22:04:18 -- [DEBUG/5] Cp<ChatFrame1/SYSTEM, *, *>: |Hplayer:Garmoc|h[Garmoc]|h has come online.", -- [4079]
    "2014-03-22 22:04:24 -- [DEBUG/5] on_event: event=CHAT_MSG_CHANNEL_LEAVE", -- [4080]
    "2014-03-22 22:04:24 -- [DEBUG/5] chan_leave: channel=5, player=Zulatal-EarthenRing", -- [4081]
    "2014-03-22 22:04:24 -- [DEBUG/5] comember_cache: miss Zulatal-EarthenRing", -- [4082]
    "2014-03-22 22:04:24 -- [DEBUG/5] Cp<ChatFrame1/SYSTEM, *, *>: Zulatal-EarthenRing has gone offline.", -- [4083]
    "2014-03-22 22:04:29 -- [DEBUG/5] on_event: event=CHAT_MSG_CHANNEL_JOIN", -- [4084]
    "2014-03-22 22:04:29 -- [DEBUG/5] chan_join: channel=5, player=Gijera", -- [4085]
    "2014-03-22 22:04:29 -- [DEBUG/5] comember_cache: miss Gijera", -- [4086]
    "2014-03-22 22:04:29 -- [DEBUG/5] Cp<ChatFrame1/SYSTEM, *, *>: |Hplayer:Gijera|h[Gijera]|h has come online.", -- [4087]
    "2014-03-22 22:04:31 -- [DEBUG/5] on_event: event=CHAT_MSG_CHANNEL_LEAVE", -- [4088]
    "2014-03-22 22:04:31 -- [DEBUG/5] chan_leave: channel=5, player=Arrofin", -- [4089]
    "2014-03-22 22:04:31 -- [DEBUG/5] comember_cache: miss Arrofin", -- [4090]
    "2014-03-22 22:04:31 -- [DEBUG/5] Cp<ChatFrame1/SYSTEM, *, *>: Arrofin has gone offline.", -- [4091]
    "2014-03-22 22:04:35 -- [DEBUG/5] on_event: event=CHAT_MSG_CHANNEL_JOIN", -- [4092]
    "2014-03-22 22:04:35 -- [DEBUG/5] chan_join: channel=5, player=Sokotep", -- [4093]
    "2014-03-22 22:04:35 -- [DEBUG/5] comember_cache: miss Sokotep", -- [4094]
    "2014-03-22 22:04:35 -- [DEBUG/5] Cp<ChatFrame1/SYSTEM, *, *>: |Hplayer:Sokotep|h[Sokotep]|h has come online.", -- [4095]
    "2014-03-22 22:04:47 -- [DEBUG/5] slash_cmd: command=log, args=off", -- [4096]
commented

No issue found.